Skip to content

Commit 318e18c

Browse files
Upgrade Central to v2025.1.2 and redis-ha to 4.33.7 (#16)
1 parent a450ce7 commit 318e18c

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

charts/odk-central/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dependencies:
22
- name: redis-ha
33
repository: https://dandydeveloper.github.io/charts
4-
version: 4.27.0
4+
version: 4.33.7
55
- name: redis-ha
66
repository: https://dandydeveloper.github.io/charts
7-
version: 4.27.0
7+
version: 4.33.7
88
- name: enketo
99
repository: file://charts/enketo
1010
version: 0.1.0
@@ -17,5 +17,5 @@ dependencies:
1717
- name: pyxform
1818
repository: file://charts/pyxform
1919
version: 0.1.0
20-
digest: sha256:02dc6413c6e5a8a5a54cc3a47d6f3a296040d403855d8011045c5447383801a6
21-
generated: "2024-07-10T09:46:03.904008-04:00"
20+
digest: sha256:489fbe157496a8c559eb349323294d6199816b0f9d2f9cb69b0e52d73a44c9fe
21+
generated: "2025-06-05T11:46:57.343416-04:00"

charts/odk-central/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ 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.4
18+
version: 0.4.0
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: "v2024.3.1"
24+
appVersion: "v2025.1.2"
2525

2626
dependencies:
2727
- name: redis-ha
2828
repository: https://dandydeveloper.github.io/charts
29-
version: 4.27.0
29+
version: 4.33.7
3030
alias: enketo-redis-main
3131
condition: enketo-redis-main.enabled
3232
- name: redis-ha
3333
repository: https://dandydeveloper.github.io/charts
34-
version: 4.27.0
34+
version: 4.33.7
3535
alias: enketo-redis-cache
3636
condition: enketo-redis-cache.enabled
3737
- name: enketo

charts/odk-central/charts/backend/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
{{- toYaml .Values.resources | nindent 12 }}
6161
env:
6262
- name: ENKETO_URL
63-
value: '{{ .Values.config.enketoUrl | default (printf "http://%s-enketo:8005/-" .Release.Name) }}'
63+
value: '{{ .Values.config.enketoUrl | default (printf "http://%s-enketo:8005" .Release.Name) }}'
6464
- name: PYXFORM_HOST
6565
value: '{{ .Values.config.pyxformHost | default (printf "%s-pyxform" .Release.Name) }}'
6666
- name: PYXFORM_PORT

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

Lines changed: 1 addition & 1 deletion
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: v2024.3.1
11+
tag: v2025.1.2
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

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

Lines changed: 1 addition & 1 deletion
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: v2024.3.1
11+
tag: v2025.1.2
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

charts/odk-central/charts/frontend/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
{{- toYaml .Values.resources | nindent 12 }}
5959
env:
6060
- name: ENKETO_URL
61-
value: '{{ .Values.config.enketoUrl | default (printf "http://%s-enketo:8005/-" .Release.Name) }}'
61+
value: '{{ .Values.config.enketoUrl | default (printf "http://%s-enketo:8005" .Release.Name) }}'
6262
- name: SERVICE_URL
6363
value: '{{ .Values.config.serviceUrl | default (printf "http://%s-backend:8383" .Release.Name) }}'
6464
envFrom:

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

Lines changed: 1 addition & 1 deletion
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: v2024.3.1
11+
tag: v2025.1.2
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)