Merge pull request #3891 from nextcloud/enh/noid/create-beta-release

This commit is contained in:
Simon L 2023-12-07 09:23:32 +01:00 committed by GitHub
commit f386ad33e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
name: nextcloud-aio-helm-chart
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
version: 7.7.1
version: 7.7.2-beta
apiVersion: v2
keywords:
- latest

View file

@ -23,12 +23,12 @@ spec:
io.kompose.service: nextcloud-aio-nextcloud
spec:
initContainers:
- name: delete lost+found
- name: "delete-lost-found"
image: alpine
command:
- rm
- "-rf"
- /nextcloud-aio-nextcloud/lost+found
- "/nextcloud-aio-nextcloud/lost+found"
volumeMounts:
- name: nextcloud-aio-nextcloud-trusted-cacerts
mountPath: /nextcloud-aio-nextcloud-trusted-cacerts

View file

@ -100,12 +100,12 @@ cat << EOL > /tmp/initcontainers.clamav
EOL
cat << EOL > /tmp/initcontainers.nextcloud
initContainers:
- name: delete lost+found
- name: "delete-lost-found"
image: alpine
command:
- rm
- "-rf"
- /nextcloud-aio-nextcloud/lost+found
- "/nextcloud-aio-nextcloud/lost+found"
volumeMountsInitRmLostFound:
- name: init-volumes
image: alpine