Update update-helm.sh

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-09-14 08:43:13 +02:00 committed by GitHub
parent 281c276df0
commit e8215a112b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,6 @@ cat << EOL > /tmp/initcontainers.nextcloud
initContainers: initContainers:
- name: "delete-lost-found" - name: "delete-lost-found"
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.ALPINE_IMAGE_ORG }}alpine" image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.ALPINE_IMAGE_ORG }}alpine"
{{- end }}
command: command:
- rm - rm
- "-rf" - "-rf"