Skip to content

Commit 8edd776

Browse files
authored
Merge pull request RADAR-base#115 from RADAR-base/catalog-server
[catalog-server] Update radar-schemas-tools image
2 parents fed5499 + 422a61a commit 8edd776

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/catalog-server/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "0.8.2"
2+
appVersion: "0.8.6"
33
description: A Helm chart for RADAR-base catalogue server. This application creates RADAR-base topics in Kafka, registers schemas in Schema Registry and keeps a catalog of available source types.
44
name: catalog-server
5-
version: 0.5.1
5+
version: 0.5.2
66
icon: "http://radar-base.org/wp-content/uploads/2022/09/Logo_RADAR-Base-RGB.png"
77
sources:
88
- https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/catalog-server

charts/catalog-server/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# catalog-server
44
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/catalog-server)](https://artifacthub.io/packages/helm/radar-base/catalog-server)
55

6-
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square)
6+
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.6](https://img.shields.io/badge/AppVersion-0.8.6-informational?style=flat-square)
77

88
A Helm chart for RADAR-base catalogue server. This application creates RADAR-base topics in Kafka, registers schemas in Schema Registry and keeps a catalog of available source types.
99

@@ -34,7 +34,7 @@ A Helm chart for RADAR-base catalogue server. This application creates RADAR-bas
3434
|-----|------|---------|-------------|
3535
| replicaCount | int | `1` | Number of catalog-server replicas to deploy |
3636
| image.repository | string | `"radarbase/radar-schemas-tools"` | catalog-server image repository |
37-
| image.tag | string | `"0.8.2"` | catalog-server image tag (immutable tags are recommended) Overrides the image tag whose default is the chart appVersion. |
37+
| image.tag | string | `"0.8.6"` | catalog-server image tag (immutable tags are recommended) Overrides the image tag whose default is the chart appVersion. |
3838
| image.pullPolicy | string | `"IfNotPresent"` | catalog-server image pull policy |
3939
| imagePullSecrets | list | `[]` | Docker registry secret names as an array |
4040
| nameOverride | string | `""` | String to partially override catalog-server.fullname template with a string (will prepend the release name) |

charts/catalog-server/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
repository: radarbase/radar-schemas-tools
1111
# -- catalog-server image tag (immutable tags are recommended)
1212
# Overrides the image tag whose default is the chart appVersion.
13-
tag: 0.8.2
13+
tag: 0.8.6
1414
# -- catalog-server image pull policy
1515
pullPolicy: IfNotPresent
1616

0 commit comments

Comments
 (0)