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 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: