File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff 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
2626dependencies :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1313imagePullSecrets : []
1414nameOverride : " "
Original file line number Diff line number Diff line change 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
1313imagePullSecrets : []
1414nameOverride : " "
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
1313imagePullSecrets : []
1414nameOverride : " "
You can’t perform that action at this time.
0 commit comments