File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : 1.5.2
3
3
description : A Helm chart for velero
4
4
name : velero
5
- version : 2.14.0
5
+ version : 2.14.1
6
6
home : https://github.com/vmware-tanzu/velero
7
7
icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
8
8
sources :
Original file line number Diff line number Diff line change 55
55
{{- if .Values.restic.extraVolumes }}
56
56
{{- toYaml .Values.restic.extraVolumes | nindent 8 }}
57
57
{{- end }}
58
+ dnsPolicy : {{ .Values.restic.dnsPolicy }}
58
59
containers :
59
60
- name : restic
60
61
{{- if .Values.image.digest }}
@@ -138,7 +139,6 @@ spec:
138
139
key : {{ default "none" $key }}
139
140
{{- end }}
140
141
{{- end }}
141
- dnsPolicy : {{ .Values.restic.dnsPolicy }}
142
142
securityContext :
143
143
privileged : {{ .Values.restic.privileged }}
144
144
{{- with .Values.restic.securityContext }}
You can’t perform that action at this time.
0 commit comments