Skip to content

Commit 799089f

Browse files
authored
fix: duplicate resource allocations in airbyte-temporal deployment (#13816)
1 parent ff1a1aa commit 799089f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/airbyte/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.5
18+
version: 0.3.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/airbyte/templates/temporal/deployment.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ spec:
6666
{{- if .Values.temporal.containerSecurityContext }}
6767
securityContext: {{- toYaml .Values.temporal.containerSecurityContext | nindent 10 }}
6868
{{- end }}
69-
resources: {{- toYaml .Values.temporal.resources | nindent 10 }}
7069
volumeMounts:
7170
- name: airbyte-temporal-dynamicconfig
7271
mountPath: "/etc/temporal/config/dynamicconfig/"

0 commit comments

Comments
 (0)