From 2f2a6b8e9d4f1f4393c2cd84ac83cd28c959ea12 Mon Sep 17 00:00:00 2001 From: lostlevels Date: Wed, 26 Jun 2024 14:53:06 -0700 Subject: [PATCH 1/2] Remove options in data routetable route if no shadowing enabled to prevent null options. --- charts/tidepool/charts/data/templates/4-routetable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tidepool/charts/data/templates/4-routetable.yaml b/charts/tidepool/charts/data/templates/4-routetable.yaml index c36ea729..3f42ecbb 100644 --- a/charts/tidepool/charts/data/templates/4-routetable.yaml +++ b/charts/tidepool/charts/data/templates/4-routetable.yaml @@ -185,8 +185,8 @@ spec: single: upstream: name: data - options: {{- if .Values.shadowing.enabled }} + options: {{- include "charts.routing.opts.shadowing" . | nindent 6 }} {{- end }} - matchers: From 80e97161220f024f78f4818bedf68c990a76537f Mon Sep 17 00:00:00 2001 From: lostlevels Date: Wed, 26 Jun 2024 14:53:52 -0700 Subject: [PATCH 2/2] Bump version. --- charts/tidepool/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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