Skip to content

Commit 9cc5634

Browse files
authored
fix: Use diracx.servicesImage for validate-config (#243)
When extensions replace diracx.servicesImage the validate-config check fails due to the extension not being present in diracx.clientImage
1 parent 3686477 commit 9cc5634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

diracx/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type: application
1111
# This is the chart version. This version number should be incremented each time you make changes
1212
# to the chart and its templates, including the app version.
1313
# Versions are expected to follow Semantic Versioning (https://semver.org/)
14-
version: "1.0.14"
14+
version: "1.0.15"
1515

1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application. Versions are not expected to

diracx/templates/diracx/validate-config/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
restartPolicy: Never
1515
containers:
1616
- name: {{ .Chart.Name }}
17-
image: "{{ include "diracx.clientImage" . }}"
17+
image: "{{ include "diracx.servicesImage" . }}"
1818
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
1919
command: ["/bin/bash", "/entrypoint.sh"]
2020
args: ["/bin/bash", "/scripts/validate-config"]

0 commit comments

Comments
 (0)