File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nextcloud
3- version : 8.5.7
3+ version : 8.5.8
44# renovate: image=docker.io/library/nextcloud
55appVersion : 32.0.2
66description : A file sharing server that puts the control and security of your own data back into your hands.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kind: CronJob
66metadata :
77 name : {{ template "nextcloud.fullname" $ }}-cron
88 labels :
9- {{- include "nextcloud.labels" ( dict "component" "cron " "rootContext" $ ) | nindent 4 }}
9+ {{- include "nextcloud.labels" ( dict "component" "cronjob " "rootContext" $ ) | nindent 4 }}
1010 {{- with .labels }}
1111 {{- toYaml . | nindent 4 }}
1212 {{- end }}
2222 jobTemplate :
2323 metadata :
2424 labels :
25- {{- include "nextcloud.selectorLabels" ( dict "component" "cron " "rootContext" $ ) | nindent 8 }}
25+ {{- include "nextcloud.selectorLabels" ( dict "component" "cronjob " "rootContext" $ ) | nindent 8 }}
2626 {{- with $.Values.podLabels }}
2727 {{- toYaml . | nindent 8 }}
2828 {{- end }}
3131 template :
3232 metadata :
3333 labels :
34+ {{- include "nextcloud.selectorLabels" ( dict "component" "cronjob" "rootContext" $ ) | nindent 10 }}
3435 {{- with (mergeOverwrite (dict) $.Values.podLabels .podLabels) }}
3536 {{- toYaml . | nindent 12 }}
3637 {{- end }}
You can’t perform that action at this time.
0 commit comments