Skip to content

Commit b3e3e1b

Browse files
committed
chart version to env vars
1 parent 7dd0ace commit b3e3e1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wiz-admission-controller/templates/_helpers.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ Clean the list of deployments for the auto-update flag, removing quotes and brac
398398
- name: WIZ_ISTIO_PROXY_PORT
399399
value: "{{ .Values.global.istio.proxySidecarPort }}"
400400
{{- end }}
401+
- name: WIZ_CHART_VERSION
402+
value: "{{ .Chart.Version}}"
401403
{{- end -}}
402404

403405
{{- define "wiz-admission-controller.image" -}}

0 commit comments

Comments
 (0)