Skip to content

Commit e98539e

Browse files
committedFeb 3, 2025··
Upgrade odk-central chart to 0.3.3, appVersion v2024.3.1
1 parent 2a918d7 commit e98539e

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed
 

‎charts/odk-central/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
This file documents all notable changes to the ODK Central Helm Chart.
44
The release numbering uses [semantic versioning](http://semver.org).
55

6+
7+
## 0.3.3
8+
9+
- Increment `appVersion` to match the deployed version of ODK Central (v2024.3.1) and pin all container versions for odk-central chart.
10+
611
## 0.3.2
712

8-
- 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)
13+
- 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)
914

1015
## 0.3.1
1116

‎charts/odk-central/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.2
18+
version: 0.3.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.16.0"
24+
appVersion: "v2024.3.1"
2525

2626
dependencies:
2727
- name: redis-ha

‎charts/odk-central/charts/backend/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/caktus/central-service
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: latest
11+
tag: v2024.3.1
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

‎charts/odk-central/charts/enketo/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/caktus/central-enketo
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: latest
11+
tag: v2024.3.1
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

‎charts/odk-central/charts/frontend/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/caktus/central-nginx
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: latest
11+
tag: v2024.3.1
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

‎charts/odk-publish/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image:
1313
repository: ghcr.io/caktus/odk-publish
1414
pullPolicy: IfNotPresent
1515
# Overrides the image tag whose default is the chart appVersion.
16-
tag: latest
16+
tag: latest # FIXME: Update to a specific version once released
1717

1818
imagePullSecrets: []
1919
nameOverride: ""

0 commit comments

Comments
 (0)
Please sign in to comment.