Skip to content

Commit ff81735

Browse files
authored
fix(cronjob): labels wrong indent #813
Signed-off-by: DrummyFloyd <[email protected]>
1 parent b720626 commit ff81735

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.5.9
3+
version: 8.5.10
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 32.0.2
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
@@ -31,7 +31,7 @@ spec:
3131
template:
3232
metadata:
3333
labels:
34-
{{- include "nextcloud.selectorLabels" ( dict "component" "cronjob" "rootContext" $ ) | nindent 10 }}
34+
{{- include "nextcloud.selectorLabels" ( dict "component" "cronjob" "rootContext" $ ) | nindent 12 }}
3535
{{- with (mergeOverwrite (dict) $.Values.podLabels .podLabels) }}
3636
{{- toYaml . | nindent 12 }}
3737
{{- end }}

0 commit comments

Comments
 (0)