Skip to content

Commit

Permalink
Upgrade odk-central chart to 0.3.3, appVersion v2024.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Feb 3, 2025
1 parent 2a918d7 commit e98539e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion charts/odk-central/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/odk-central/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central/charts/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central/charts/enketo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central/charts/frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-publish/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit e98539e

Please sign in to comment.