Update helm chart for v0.34.0
This commit is contained in:
parent
8693cdb898
commit
6c73d66ae6
15 changed files with 252 additions and 249 deletions
|
|
@ -58,7 +58,7 @@ spec:
|
|||
containers:
|
||||
- name: controller
|
||||
{{- with .Values.controller.image }}
|
||||
image: "{{.repository}}{{- if (.digest) -}} @{{.digest}} {{- else -}} :{{ .tag }} {{- end -}}"
|
||||
image: "{{.repository}}:{{ .tag }}{{- if (.digest) -}} @{{.digest}} {{- end -}}"
|
||||
{{- end }}
|
||||
imagePullPolicy: {{ .Values.controller.image.pullPolicy }}
|
||||
{{- if .Values.controller.lifecycle }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue