We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b720626 commit ff81735Copy full SHA for ff81735
charts/nextcloud/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: nextcloud
3
-version: 8.5.9
+version: 8.5.10
4
# renovate: image=docker.io/library/nextcloud
5
appVersion: 32.0.2
6
description: A file sharing server that puts the control and security of your own data back into your hands.
charts/nextcloud/templates/cronjob.yaml
@@ -31,7 +31,7 @@ spec:
31
template:
32
metadata:
33
labels:
34
- {{- include "nextcloud.selectorLabels" ( dict "component" "cronjob" "rootContext" $ ) | nindent 10 }}
+ {{- include "nextcloud.selectorLabels" ( dict "component" "cronjob" "rootContext" $ ) | nindent 12 }}
35
{{- with (mergeOverwrite (dict) $.Values.podLabels .podLabels) }}
36
{{- toYaml . | nindent 12 }}
37
{{- end }}
0 commit comments