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 09fa919 commit 8440e74Copy full SHA for 8440e74
2 files changed
charts/nextcloud/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: nextcloud
3
-version: 8.2.1
+version: 8.3.0
4
# renovate: image=docker.io/library/nextcloud
5
appVersion: 32.0.0
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
@@ -35,6 +35,12 @@ spec:
35
{{- toYaml . | nindent 12 }}
36
{{- end }}
37
spec:
38
+ {{- with $.Values.image.pullSecrets }}
39
+ imagePullSecrets:
40
+ {{- range . }}
41
+ - name: {{ . }}
42
+ {{- end}}
43
+ {{- end }}
44
restartPolicy: Never
45
containers:
46
- name: {{ $.Chart.Name }}-cron
0 commit comments