diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index 3abfb567..b47d23bb 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.2.0 description: A Helm chart for velero name: velero -version: 2.7.3 +version: 2.7.4 home: https://github.com/vmware-tanzu/velero icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png sources: diff --git a/charts/velero/templates/deployment.yaml b/charts/velero/templates/deployment.yaml index 2e56b28f..88e54e60 100644 --- a/charts/velero/templates/deployment.yaml +++ b/charts/velero/templates/deployment.yaml @@ -18,6 +18,7 @@ spec: template: metadata: labels: + name: velero app.kubernetes.io/name: {{ include "velero.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} diff --git a/charts/velero/templates/service.yaml b/charts/velero/templates/service.yaml index 6f38862d..731202ff 100644 --- a/charts/velero/templates/service.yaml +++ b/charts/velero/templates/service.yaml @@ -15,6 +15,7 @@ spec: port: 8085 targetPort: monitoring selector: + name: velero app.kubernetes.io/name: {{ include "velero.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} {{- end }}