From d10ef5254ee9180e19e42acbc2bb31b9b3e07df6 Mon Sep 17 00:00:00 2001 From: Leo Sussan Date: Thu, 23 Jun 2022 11:16:35 -0400 Subject: [PATCH 1/2] fix: extravolumemounts incorrectly rendered --- charts/airbyte/templates/temporal/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/airbyte/templates/temporal/deployment.yaml b/charts/airbyte/templates/temporal/deployment.yaml index 1023a2ad3041..f90d9226f0aa 100644 --- a/charts/airbyte/templates/temporal/deployment.yaml +++ b/charts/airbyte/templates/temporal/deployment.yaml @@ -69,11 +69,11 @@ spec: volumeMounts: - name: airbyte-temporal-dynamicconfig mountPath: "/etc/temporal/config/dynamicconfig/" - {{- if .Values.temporal.resources }} - resources: {{- toYaml .Values.temporal.resources | nindent 10 }} - {{- end }} {{- if .Values.temporal.extraVolumeMounts }} {{ toYaml .Values.temporal.extraVolumeMounts | nindent 8 }} + {{- end }} + {{- if .Values.temporal.resources }} + resources: {{- toYaml .Values.temporal.resources | nindent 10 }} {{- end }} {{- if .Values.temporal.livenessProbe.enabled }} livenessProbe: From f300d8b50c38606a651b79ccaf3d7caf057d079d Mon Sep 17 00:00:00 2001 From: Leo Sussan Date: Thu, 23 Jun 2022 11:16:42 -0400 Subject: [PATCH 2/2] uprev: chart to 0.3.7 --- charts/airbyte/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/airbyte/Chart.yaml b/charts/airbyte/Chart.yaml index 238fdfc63f78..8d722d8753b3 100644 --- a/charts/airbyte/Chart.yaml +++ b/charts/airbyte/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.6 +version: 0.3.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to