mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #5314 from nextcloud/enh/noid/ping-alpine-image
helm: adjust initcontainer: use fixed alpine tag
This commit is contained in:
commit
76ae1fbbe9
9 changed files with 18 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue