We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12661b8 + 4ee14c2 commit 58b0fccCopy full SHA for 58b0fcc
charts/velero/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: 1.12.3
3
kubeVersion: ">=1.16.0-0"
4
description: A Helm chart for velero
5
name: velero
6
-version: 5.2.1
+version: 5.2.2
7
home: https://github.com/vmware-tanzu/velero
8
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
sources:
charts/velero/templates/upgrade-crds/upgrade-crds.yaml
@@ -15,6 +15,9 @@ metadata:
15
app.kubernetes.io/instance: {{ .Release.Name }}
16
app.kubernetes.io/managed-by: {{ .Release.Service }}
17
helm.sh/chart: {{ include "velero.chart" . }}
18
+ {{- with .Values.kubectl.labels }}
19
+ {{- toYaml . | nindent 4 }}
20
+ {{- end }}
21
spec:
22
backoffLimit: 3
23
template:
0 commit comments