Skip to content

Commit

Permalink
Merge pull request #125 from RADAR-base/update-catalog-server
Browse files Browse the repository at this point in the history
catalog-server to appversion 0.8.8
  • Loading branch information
Bdegraaf1234 authored May 2, 2024
2 parents 063dbbb + 8c40b64 commit 8f61c70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
7 changes: 2 additions & 5 deletions charts/catalog-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "0.8.6"
appVersion: "0.8.8"
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.
name: catalog-server
version: 0.5.2
version: 0.5.3
icon: "http://radar-base.org/wp-content/uploads/2022/09/Logo_RADAR-Base-RGB.png"
sources:
- https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/catalog-server
Expand All @@ -18,9 +18,6 @@ maintainers:
- email: keyvan@thehyve.nl
name: Keyvan Hedayati
url: https://www.thehyve.nl
- email: joris@thehyve.nl
name: Joris Borgdorff
url: https://www.thehyve.nl/experts/joris-borgdorff
- email: nivethika@thehyve.nl
name: Nivethika Mahasivam
url: https://www.thehyve.nl/experts/nivethika-mahasivam
5 changes: 2 additions & 3 deletions charts/catalog-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# catalog-server
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/catalog-server)](https://artifacthub.io/packages/helm/radar-base/catalog-server)

![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)
![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.8](https://img.shields.io/badge/AppVersion-0.8.8-informational?style=flat-square)

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.

Expand All @@ -14,7 +14,6 @@ A Helm chart for RADAR-base catalogue server. This application creates RADAR-bas
| Name | Email | Url |
| ---- | ------ | --- |
| Keyvan Hedayati | <keyvan@thehyve.nl> | <https://www.thehyve.nl> |
| Joris Borgdorff | <joris@thehyve.nl> | <https://www.thehyve.nl/experts/joris-borgdorff> |
| Nivethika Mahasivam | <nivethika@thehyve.nl> | <https://www.thehyve.nl/experts/nivethika-mahasivam> |

## Source Code
Expand All @@ -34,7 +33,7 @@ A Helm chart for RADAR-base catalogue server. This application creates RADAR-bas
|-----|------|---------|-------------|
| replicaCount | int | `1` | Number of catalog-server replicas to deploy |
| image.repository | string | `"radarbase/radar-schemas-tools"` | catalog-server image repository |
| image.tag | string | `"0.8.6"` | catalog-server image tag (immutable tags are recommended) Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"0.8.8"` | catalog-server image tag (immutable tags are recommended) Overrides the image tag whose default is the chart appVersion. |
| image.pullPolicy | string | `"IfNotPresent"` | catalog-server image pull policy |
| imagePullSecrets | list | `[]` | Docker registry secret names as an array |
| nameOverride | string | `""` | String to partially override catalog-server.fullname template with a string (will prepend the release name) |
Expand Down
2 changes: 1 addition & 1 deletion charts/catalog-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
repository: radarbase/radar-schemas-tools
# -- catalog-server image tag (immutable tags are recommended)
# Overrides the image tag whose default is the chart appVersion.
tag: 0.8.6
tag: 0.8.8
# -- catalog-server image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 8f61c70

Please sign in to comment.