File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.15.2
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 8.3 .0
6
+ version : 8.4 .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 30
30
app.kubernetes.io/instance : {{ .Release.Name }}
31
31
app.kubernetes.io/managed-by : {{ .Release.Service }}
32
32
helm.sh/chart : {{ include "velero.chart" . }}
33
- {{- if .Values.podLabels }}
34
- {{- toYaml .Values.podLabels | nindent 8 }}
33
+ {{- if .Values.nodeAgent. podLabels }}
34
+ {{- toYaml .Values.nodeAgent. podLabels | nindent 8 }}
35
35
{{- end }}
36
36
{{- if or .Values.podAnnotations .Values.metrics.enabled (and .Values.credentials.useSecret (not .Values.credentials.existingSecret)) }}
37
37
annotations :
Original file line number Diff line number Diff line change 27
27
app.kubernetes.io/name : {{ include "velero.name" . }}
28
28
app.kubernetes.io/instance : {{ .Release.Name }}
29
29
name : node-agent
30
- {{- with .Values.nodeAgent.labels }}
30
+ {{- with .Values.nodeAgent.podLabels }}
31
31
{{- toYaml . | nindent 6 }}
32
32
{{- end }}
33
33
podMetricsEndpoints :
Original file line number Diff line number Diff line change @@ -557,6 +557,10 @@ nodeAgent:
557
557
# labels to set for the node-agent daemonset. Optional.
558
558
labels : {}
559
559
560
+ # Additional pod labels for the node-agent daemonset. Optional
561
+ # ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
562
+ podLabels : {}
563
+
560
564
# will map /scratch to emptyDir. Set to false and specify your own volume
561
565
# via extraVolumes and extraVolumeMounts that maps to /scratch
562
566
# if you don't want to use emptyDir.
You can’t perform that action at this time.
0 commit comments