File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/diracx/validate-config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"]
You can’t perform that action at this time.
0 commit comments