From dd9c009297bd6bad540818c21ae2be74856502e8 Mon Sep 17 00:00:00 2001 From: Todd Kazakov Date: Mon, 17 Jun 2024 19:08:50 +0300 Subject: [PATCH] Test if releaser works correctly (#286) --- charts/tidepool/Chart.yaml | 2 +- charts/tidepool/charts/prescription/templates/1-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tidepool/Chart.yaml b/charts/tidepool/Chart.yaml index 7bc06ee9..b39f5761 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.4 +version: 0.16.5 maintainers: - name: Todd Kazakov email: todd@tidepool.org diff --git a/charts/tidepool/charts/prescription/templates/1-deployment.yaml b/charts/tidepool/charts/prescription/templates/1-deployment.yaml index 1e67eefd..c22946b8 100644 --- a/charts/tidepool/charts/prescription/templates/1-deployment.yaml +++ b/charts/tidepool/charts/prescription/templates/1-deployment.yaml @@ -34,8 +34,8 @@ spec: {{ include "charts.init.shoreline" .}} containers: - env: - {{ include "charts.platform.env.mongo" .}} {{ include "charts.platform.env.misc" .}} + {{ include "charts.platform.env.mongo" .}} {{ include "charts.platform.env.clients" .}} {{ include "charts.kafka.common" .}} {{ include "charts.kafka.cloudevents.client" (dict "Values" .Values "Release" .Release "client" "prescription") }}