mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
helm-chart - create 7.7.2-beta release
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
388beb986b
commit
59180b37f3
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
name: nextcloud-aio-helm-chart
|
name: nextcloud-aio-helm-chart
|
||||||
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
||||||
version: 7.7.1
|
version: 7.7.2-beta
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
keywords:
|
keywords:
|
||||||
- latest
|
- latest
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,12 @@ spec:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: delete lost+found
|
- name: "delete-lost-found"
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- rm
|
- rm
|
||||||
- "-rf"
|
- "-rf"
|
||||||
- /nextcloud-aio-nextcloud/lost+found
|
- "/nextcloud-aio-nextcloud/lost+found"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-nextcloud-trusted-cacerts
|
- name: nextcloud-aio-nextcloud-trusted-cacerts
|
||||||
mountPath: /nextcloud-aio-nextcloud-trusted-cacerts
|
mountPath: /nextcloud-aio-nextcloud-trusted-cacerts
|
||||||
|
|
|
||||||
|
|
@ -100,12 +100,12 @@ cat << EOL > /tmp/initcontainers.clamav
|
||||||
EOL
|
EOL
|
||||||
cat << EOL > /tmp/initcontainers.nextcloud
|
cat << EOL > /tmp/initcontainers.nextcloud
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: delete lost+found
|
- name: "delete-lost-found"
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- rm
|
- rm
|
||||||
- "-rf"
|
- "-rf"
|
||||||
- /nextcloud-aio-nextcloud/lost+found
|
- "/nextcloud-aio-nextcloud/lost+found"
|
||||||
volumeMountsInitRmLostFound:
|
volumeMountsInitRmLostFound:
|
||||||
- name: init-volumes
|
- name: init-volumes
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue