From e98539e036a120855dd39db73ee0c398725edeeb Mon Sep 17 00:00:00 2001 From: Tobias McNulty Date: Mon, 3 Feb 2025 16:17:51 -0500 Subject: [PATCH] Upgrade odk-central chart to 0.3.3, appVersion v2024.3.1 --- charts/odk-central/CHANGELOG.md | 7 ++++++- charts/odk-central/Chart.yaml | 4 ++-- charts/odk-central/charts/backend/values.yaml | 2 +- charts/odk-central/charts/enketo/values.yaml | 2 +- charts/odk-central/charts/frontend/values.yaml | 2 +- charts/odk-publish/values.yaml | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/charts/odk-central/CHANGELOG.md b/charts/odk-central/CHANGELOG.md index 4b1f36a..d511bf9 100644 --- a/charts/odk-central/CHANGELOG.md +++ b/charts/odk-central/CHANGELOG.md @@ -3,9 +3,14 @@ This file documents all notable changes to the ODK Central Helm Chart. The release numbering uses [semantic versioning](http://semver.org). + +## 0.3.3 + +- Increment `appVersion` to match the deployed version of ODK Central (v2024.3.1) and pin all container versions for odk-central chart. + ## 0.3.2 -- Updated `pyxform-http` version to `v3.0.0` to match [docker-compose.yml](https://github.com/getodk/central/blob/v2024.3.1/docker-compose.yml#L111) for odk-central v2024.3.1 (#7) +- Update `pyxform-http` version to `v3.0.0` to match [docker-compose.yml](https://github.com/getodk/central/blob/v2024.3.1/docker-compose.yml#L111) for odk-central v2024.3.1 (#7) ## 0.3.1 diff --git a/charts/odk-central/Chart.yaml b/charts/odk-central/Chart.yaml index 541ae4c..04fc8f0 100644 --- a/charts/odk-central/Chart.yaml +++ b/charts/odk-central/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.2 +version: 0.3.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "v2024.3.1" dependencies: - name: redis-ha diff --git a/charts/odk-central/charts/backend/values.yaml b/charts/odk-central/charts/backend/values.yaml index 02856aa..c71849b 100644 --- a/charts/odk-central/charts/backend/values.yaml +++ b/charts/odk-central/charts/backend/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/caktus/central-service pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: latest + tag: v2024.3.1 imagePullSecrets: [] nameOverride: "" diff --git a/charts/odk-central/charts/enketo/values.yaml b/charts/odk-central/charts/enketo/values.yaml index 6eaf280..2e01db5 100644 --- a/charts/odk-central/charts/enketo/values.yaml +++ b/charts/odk-central/charts/enketo/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/caktus/central-enketo pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: latest + tag: v2024.3.1 imagePullSecrets: [] nameOverride: "" diff --git a/charts/odk-central/charts/frontend/values.yaml b/charts/odk-central/charts/frontend/values.yaml index 554bacf..e4a388c 100644 --- a/charts/odk-central/charts/frontend/values.yaml +++ b/charts/odk-central/charts/frontend/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/caktus/central-nginx pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: latest + tag: v2024.3.1 imagePullSecrets: [] nameOverride: "" diff --git a/charts/odk-publish/values.yaml b/charts/odk-publish/values.yaml index e5e0e2f..10b349c 100644 --- a/charts/odk-publish/values.yaml +++ b/charts/odk-publish/values.yaml @@ -13,7 +13,7 @@ image: repository: ghcr.io/caktus/odk-publish pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: latest + tag: latest # FIXME: Update to a specific version once released imagePullSecrets: [] nameOverride: ""