Skip to content

Commit 59180b3

Browse files
committed
helm-chart - create 7.7.2-beta release
Signed-off-by: Simon L <[email protected]>
1 parent 388beb9 commit 59180b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

nextcloud-aio-helm-chart/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nextcloud-aio-helm-chart
22
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
3-
version: 7.7.1
3+
version: 7.7.2-beta
44
apiVersion: v2
55
keywords:
66
- latest

nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ spec:
2323
io.kompose.service: nextcloud-aio-nextcloud
2424
spec:
2525
initContainers:
26-
- name: delete lost+found
26+
- name: "delete-lost-found"
2727
image: alpine
2828
command:
2929
- rm
3030
- "-rf"
31-
- /nextcloud-aio-nextcloud/lost+found
31+
- "/nextcloud-aio-nextcloud/lost+found"
3232
volumeMounts:
3333
- name: nextcloud-aio-nextcloud-trusted-cacerts
3434
mountPath: /nextcloud-aio-nextcloud-trusted-cacerts

nextcloud-aio-helm-chart/update-helm.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ cat << EOL > /tmp/initcontainers.clamav
100100
EOL
101101
cat << EOL > /tmp/initcontainers.nextcloud
102102
initContainers:
103-
- name: delete lost+found
103+
- name: "delete-lost-found"
104104
image: alpine
105105
command:
106106
- rm
107107
- "-rf"
108-
- /nextcloud-aio-nextcloud/lost+found
108+
- "/nextcloud-aio-nextcloud/lost+found"
109109
volumeMountsInitRmLostFound:
110110
- name: init-volumes
111111
image: alpine

0 commit comments

Comments
 (0)