diff --git a/charts/tidepool/Chart.yaml b/charts/tidepool/Chart.yaml index b39f5761..a63c02fb 100644 --- a/charts/tidepool/Chart.yaml +++ b/charts/tidepool/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Tidepool name: tidepool -version: 0.16.5 +version: 0.16.6 maintainers: - name: Todd Kazakov email: todd@tidepool.org diff --git a/charts/tidepool/templates/_helpers.tpl b/charts/tidepool/templates/_helpers.tpl index b4979aca..90a3a006 100644 --- a/charts/tidepool/templates/_helpers.tpl +++ b/charts/tidepool/templates/_helpers.tpl @@ -158,6 +158,8 @@ Create environment variables used by all platform services. secretKeyRef: name: {{ .Values.mongo.secretName }} key: OptParams + - name: TIDEPOOL_STORE_APP_NAME + value: {{ .Chart.Name | quote }} - name: TIDEPOOL_STORE_TLS valueFrom: secretKeyRef: