File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.13.2
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 6.5 .0
6
+ version : 6.6 .0
7
7
home : https://github.com/vmware-tanzu/velero
8
8
icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
9
sources :
Original file line number Diff line number Diff line change @@ -16,4 +16,10 @@ metadata:
16
16
{{- with .Values.serviceAccount.server.labels }}
17
17
{{- toYaml . | nindent 4 }}
18
18
{{- end }}
19
+ {{- if .Values.serviceAccount.server.imagePullSecrets }}
20
+ imagePullSecrets :
21
+ {{- range .Values.serviceAccount.server.imagePullSecrets }}
22
+ - name : {{ . }}
23
+ {{- end }}
24
+ {{- end }}
19
25
{{- end }}
Original file line number Diff line number Diff line change @@ -485,6 +485,8 @@ serviceAccount:
485
485
name :
486
486
annotations :
487
487
labels :
488
+ imagePullSecrets : []
489
+ # - registrySecretName
488
490
489
491
# Info about the secret to be used by the Velero deployment, which
490
492
# should contain credentials for the cloud provider IAM account you've
You can’t perform that action at this time.
0 commit comments