diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f9703bd..48d2affe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - (Feature) Add Arch Tolerations - (Bugfix) Enable Platform Operator on EE Chart - (Feature) Improve GRPC JSON Handling +- (Bugfix) Fix Operator Pod Resources ## [1.3.0](https://github.com/arangodb/kube-arangodb/tree/1.3.0) (2025-08-01) - (Feature) (Platform) Storage Debug diff --git a/chart/kube-arangodb-arm64/templates/deployment.yaml b/chart/kube-arangodb-arm64/templates/deployment.yaml index 21574860c..58195da9c 100644 --- a/chart/kube-arangodb-arm64/templates/deployment.yaml +++ b/chart/kube-arangodb-arm64/templates/deployment.yaml @@ -176,7 +176,7 @@ spec: {{- end }} {{- if .Values.operator.resources }} resources: -{{ toYaml .Values.operator.resources | indent 10 }} +{{ toYaml .Values.operator.resources | indent 12 }} {{- end }} {{- if not .Values.operator.debug }} livenessProbe: @@ -236,7 +236,7 @@ spec: - 'ALL' {{- if .Values.webhooks.resources }} resources: -{{ toYaml .Values.webhooks.resources | indent 10 }} +{{ toYaml .Values.webhooks.resources | indent 12 }} {{- end }} {{- if not .Values.webhooks.debug }} livenessProbe: diff --git a/chart/kube-arangodb-enterprise-arm64/templates/deployment.yaml b/chart/kube-arangodb-enterprise-arm64/templates/deployment.yaml index 21574860c..58195da9c 100644 --- a/chart/kube-arangodb-enterprise-arm64/templates/deployment.yaml +++ b/chart/kube-arangodb-enterprise-arm64/templates/deployment.yaml @@ -176,7 +176,7 @@ spec: {{- end }} {{- if .Values.operator.resources }} resources: -{{ toYaml .Values.operator.resources | indent 10 }} +{{ toYaml .Values.operator.resources | indent 12 }} {{- end }} {{- if not .Values.operator.debug }} livenessProbe: @@ -236,7 +236,7 @@ spec: - 'ALL' {{- if .Values.webhooks.resources }} resources: -{{ toYaml .Values.webhooks.resources | indent 10 }} +{{ toYaml .Values.webhooks.resources | indent 12 }} {{- end }} {{- if not .Values.webhooks.debug }} livenessProbe: diff --git a/chart/kube-arangodb-enterprise/templates/deployment.yaml b/chart/kube-arangodb-enterprise/templates/deployment.yaml index 21574860c..58195da9c 100644 --- a/chart/kube-arangodb-enterprise/templates/deployment.yaml +++ b/chart/kube-arangodb-enterprise/templates/deployment.yaml @@ -176,7 +176,7 @@ spec: {{- end }} {{- if .Values.operator.resources }} resources: -{{ toYaml .Values.operator.resources | indent 10 }} +{{ toYaml .Values.operator.resources | indent 12 }} {{- end }} {{- if not .Values.operator.debug }} livenessProbe: @@ -236,7 +236,7 @@ spec: - 'ALL' {{- if .Values.webhooks.resources }} resources: -{{ toYaml .Values.webhooks.resources | indent 10 }} +{{ toYaml .Values.webhooks.resources | indent 12 }} {{- end }} {{- if not .Values.webhooks.debug }} livenessProbe: diff --git a/chart/kube-arangodb/templates/deployment.yaml b/chart/kube-arangodb/templates/deployment.yaml index 21574860c..58195da9c 100644 --- a/chart/kube-arangodb/templates/deployment.yaml +++ b/chart/kube-arangodb/templates/deployment.yaml @@ -176,7 +176,7 @@ spec: {{- end }} {{- if .Values.operator.resources }} resources: -{{ toYaml .Values.operator.resources | indent 10 }} +{{ toYaml .Values.operator.resources | indent 12 }} {{- end }} {{- if not .Values.operator.debug }} livenessProbe: @@ -236,7 +236,7 @@ spec: - 'ALL' {{- if .Values.webhooks.resources }} resources: -{{ toYaml .Values.webhooks.resources | indent 10 }} +{{ toYaml .Values.webhooks.resources | indent 12 }} {{- end }} {{- if not .Values.webhooks.debug }} livenessProbe: