fix detail with new aio-alpine syntax

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-04-08 10:30:33 +02:00
parent ec20ff8318
commit 7ce74e36e6
6 changed files with 9 additions and 9 deletions

View file

@ -36,7 +36,7 @@ spec:
{{- end }} {{- end }}
initContainers: initContainers:
- name: init-subpath - name: init-subpath
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359" image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
command: command:
- mkdir - mkdir
- "-p" - "-p"

View file

@ -35,7 +35,7 @@ spec:
{{- end }} {{- end }}
initContainers: initContainers:
- name: init-subpath - name: init-subpath
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359" image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
command: command:
- mkdir - mkdir
- "-p" - "-p"

View file

@ -24,7 +24,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: init-volumes - name: init-volumes
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359" image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
command: command:
- chmod - chmod
- "777" - "777"

View file

@ -38,7 +38,7 @@ spec:
# AIO settings start # Do not remove or change this line! # AIO settings start # Do not remove or change this line!
initContainers: initContainers:
- name: init-volumes - name: init-volumes
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359" image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
command: command:
- chmod - chmod
- "777" - "777"

View file

@ -24,7 +24,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: init-volumes - name: init-volumes
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359" image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
command: command:
- chmod - chmod
- "777" - "777"

View file

@ -72,7 +72,7 @@ find ./ -name '*networkpolicy.yaml' -exec sed -i "s|manual-install-nextcloud-aio
cat << EOL > /tmp/initcontainers cat << EOL > /tmp/initcontainers
initContainers: initContainers:
- name: init-volumes - name: init-volumes
image: "ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG" image: ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG
command: command:
- chmod - chmod
- "777" - "777"
@ -81,7 +81,7 @@ EOL
cat << EOL > /tmp/initcontainers.database cat << EOL > /tmp/initcontainers.database
initContainers: initContainers:
- name: init-subpath - name: init-subpath
image: "ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG" image: ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG
command: command:
- mkdir - mkdir
- "-p" - "-p"
@ -94,7 +94,7 @@ EOL
cat << EOL > /tmp/initcontainers.clamav cat << EOL > /tmp/initcontainers.clamav
initContainers: initContainers:
- name: init-subpath - name: init-subpath
image: "ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG" image: ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG
command: command:
- mkdir - mkdir
- "-p" - "-p"
@ -108,7 +108,7 @@ cat << EOL > /tmp/initcontainers.nextcloud
# AIO settings start # Do not remove or change this line! # AIO settings start # Do not remove or change this line!
initContainers: initContainers:
- name: init-volumes - name: init-volumes
image: "ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG" image: ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG
command: command:
- chmod - chmod
- "777" - "777"