chore(helm): dynamic injection of version in chalice

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-17 01:58:04 +05:30
parent 88ee700071
commit b4a1d8344e
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,8 @@ spec:
{{- end }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: version_number
value: '{{ .Chart.AppVersion }}'
- name: pg_host
value: '{{ .Values.global.postgresql.postgresqlHost }}'
- name: pg_port

View file

@ -98,7 +98,6 @@ env:
# Enable logging for python app
# Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up
PYTHONUNBUFFERED: '0'
version_number: '1.3.6'
SAML2_MD_URL: ''
idp_entityId: ''
idp_sso_url: ''