Skip to content

Commit

Permalink
Merge pull request #3891 from nextcloud/enh/noid/create-beta-release
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Dec 7, 2023
2 parents 388beb9 + 59180b3 commit f386ad3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nextcloud-aio-helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions nextcloud-aio-helm-chart/update-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f386ad3

Please sign in to comment.