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-subpath
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.ALPINE_IMAGE_ORG }}alpine"
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.ALPINE_IMAGE_ORG }}alpine:3.20"
command:
- mkdir
- "-p"
@ -38,7 +38,7 @@ spec:
- name: nextcloud-aio-database
mountPath: /nextcloud-aio-database
- 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:
- chown
- 999:999