Merge pull request #5314 from nextcloud/enh/noid/ping-alpine-image

helm: adjust initcontainer: use fixed alpine tag
This commit is contained in:
Simon L. 2024-11-07 22:23:20 +01:00 committed by GitHub
commit 76ae1fbbe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 18 additions and 18 deletions

View file

@ -25,7 +25,7 @@ spec:
spec:
initContainers:
- name: init-volumes
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.ALPINE_IMAGE_ORG }}alpine"
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.ALPINE_IMAGE_ORG }}alpine:3.20"
command:
- chmod
- "777"