File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : nextcloud-aio-helm-chart
2
2
description : A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
3
- version : 7.7.1
3
+ version : 7.7.2-beta
4
4
apiVersion : v2
5
5
keywords :
6
6
- latest
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ spec:
23
23
io.kompose.service : nextcloud-aio-nextcloud
24
24
spec :
25
25
initContainers :
26
- - name : delete lost+ found
26
+ - name : " delete- lost- found"
27
27
image : alpine
28
28
command :
29
29
- rm
30
30
- " -rf"
31
- - /nextcloud-aio-nextcloud/lost+found
31
+ - " /nextcloud-aio-nextcloud/lost+found"
32
32
volumeMounts :
33
33
- name : nextcloud-aio-nextcloud-trusted-cacerts
34
34
mountPath : /nextcloud-aio-nextcloud-trusted-cacerts
Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ cat << EOL > /tmp/initcontainers.clamav
100
100
EOL
101
101
cat << EOL > /tmp/initcontainers.nextcloud
102
102
initContainers:
103
- - name: delete lost+ found
103
+ - name: " delete- lost- found"
104
104
image: alpine
105
105
command:
106
106
- rm
107
107
- "-rf"
108
- - /nextcloud-aio-nextcloud/lost+found
108
+ - " /nextcloud-aio-nextcloud/lost+found"
109
109
volumeMountsInitRmLostFound:
110
110
- name: init-volumes
111
111
image: alpine
You can’t perform that action at this time.
0 commit comments