Revert "Reflect changes in update-helm.sh and fix templating for unset values"

This reverts commit 5b3658c6a0.
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2024-03-20 17:09:31 +01:00
parent b961792d68
commit dac6b57e0a
8 changed files with 1 additions and 45 deletions

View file

@ -26,11 +26,7 @@ spec:
spec:
initContainers:
- name: init-volumes
{{- if or .Values.IMAGE_MIRROR_PREFIX .Values.ALPINE_IMAGE_ORG }}
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.ALPINE_IMAGE_ORG}}/alpine"
{{- else }}
image: alpine
{{- end }}
command:
- chmod
- "777"