Skip to content

Commit 5bfcd92

Browse files
fix(nextcloud): cronjob template not matching values.yaml #772
Changelog: fixed Signed-off-by: GeorgeRaven <[email protected]>
1 parent 7e87bbf commit 5bfcd92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 8.0.0
3+
version: 8.0.1
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 31.0.8
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/templates/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
image: {{ include "nextcloud.image" $ }}
3737
imagePullPolicy: {{ $.Values.image.pullPolicy }}
3838
command:
39-
{{- toYaml .commandCronJob | nindent 16 }}
39+
{{- toYaml .command | nindent 16 }}
4040
env:
4141
{{- include "nextcloud.env" $ | nindent 16 }}
4242
resources:

0 commit comments

Comments
 (0)