File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.53.0
33description : A Jaeger Helm chart for Kubernetes
44name : jaeger
55type : application
6- version : 3.0.4
6+ version : 3.0.5
77# CronJobs require v1.21
88kubeVersion : " >= 1.21-0"
99keywords :
Original file line number Diff line number Diff line change 3838 {{- end }}
3939 spec :
4040 serviceAccountName : {{ template "jaeger.esIndexCleaner.serviceAccountName" . }}
41- {{- include "esIndexCleaner.imagePullSecrets" . | nindent 12 }}
41+ {{- include "esIndexCleaner.imagePullSecrets" . | nindent 10 }}
4242 securityContext :
4343 {{- toYaml .Values.esIndexCleaner.podSecurityContext | nindent 12 }}
4444 containers :
Original file line number Diff line number Diff line change 3838 {{- end }}
3939 spec :
4040 serviceAccountName : {{ template "jaeger.esLookback.serviceAccountName" . }}
41- {{- include "esLookback.imagePullSecrets" . | nindent 12 }}
41+ {{- include "esLookback.imagePullSecrets" . | nindent 10 }}
4242 securityContext :
4343 {{- toYaml .Values.esLookback.podSecurityContext | nindent 12 }}
4444 restartPolicy : OnFailure
You can’t perform that action at this time.
0 commit comments