mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix detail with new aio-alpine syntax
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
ec20ff8318
commit
7ce74e36e6
6 changed files with 9 additions and 9 deletions
|
|
@ -36,7 +36,7 @@ spec:
|
|||
{{- end }}
|
||||
initContainers:
|
||||
- name: init-subpath
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
|
||||
command:
|
||||
- mkdir
|
||||
- "-p"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ spec:
|
|||
{{- end }}
|
||||
initContainers:
|
||||
- name: init-subpath
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
|
||||
command:
|
||||
- mkdir
|
||||
- "-p"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
initContainers:
|
||||
- name: init-volumes
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
|
||||
command:
|
||||
- chmod
|
||||
- "777"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ spec:
|
|||
# AIO settings start # Do not remove or change this line!
|
||||
initContainers:
|
||||
- name: init-volumes
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
|
||||
command:
|
||||
- chmod
|
||||
- "777"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
initContainers:
|
||||
- name: init-volumes
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:20250408_081359"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:20250408_081359
|
||||
command:
|
||||
- chmod
|
||||
- "777"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ find ./ -name '*networkpolicy.yaml' -exec sed -i "s|manual-install-nextcloud-aio
|
|||
cat << EOL > /tmp/initcontainers
|
||||
initContainers:
|
||||
- name: init-volumes
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG
|
||||
command:
|
||||
- chmod
|
||||
- "777"
|
||||
|
|
@ -81,7 +81,7 @@ EOL
|
|||
cat << EOL > /tmp/initcontainers.database
|
||||
initContainers:
|
||||
- name: init-subpath
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG
|
||||
command:
|
||||
- mkdir
|
||||
- "-p"
|
||||
|
|
@ -94,7 +94,7 @@ EOL
|
|||
cat << EOL > /tmp/initcontainers.clamav
|
||||
initContainers:
|
||||
- name: init-subpath
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG
|
||||
command:
|
||||
- mkdir
|
||||
- "-p"
|
||||
|
|
@ -108,7 +108,7 @@ cat << EOL > /tmp/initcontainers.nextcloud
|
|||
# AIO settings start # Do not remove or change this line!
|
||||
initContainers:
|
||||
- name: init-volumes
|
||||
image: "ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG"
|
||||
image: ghcr.io/nextcloud-releases/aio-alpine:$DOCKER_TAG
|
||||
command:
|
||||
- chmod
|
||||
- "777"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue