Skip to content

Commit

Permalink
Merge pull request #539 from JannikJ/main
Browse files Browse the repository at this point in the history
[velero] add labels to upgrade-crds job, not only in pod template
  • Loading branch information
qiuming-best authored Jan 17, 2024
2 parents 12661b8 + 4ee14c2 commit 58b0fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.12.3
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 5.2.1
version: 5.2.2
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
3 changes: 3 additions & 0 deletions charts/velero/templates/upgrade-crds/upgrade-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ include "velero.chart" . }}
{{- with .Values.kubectl.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
backoffLimit: 3
template:
Expand Down

0 comments on commit 58b0fcc

Please sign in to comment.