diff --git a/charts/postgres-operator/Chart.yaml b/charts/postgres-operator/Chart.yaml
index ae4723b0e88418a090cb749b45fda6b42be2fb95..89b6dd15a0882aa25078c5a2c7e496effcb972b3 100644
--- a/charts/postgres-operator/Chart.yaml
+++ b/charts/postgres-operator/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v2
 name: postgres-operator
-version: 1.13.0
+version: 1.14.0
 appVersion: 1.13.0
 home: https://github.com/zalando/postgres-operator
 description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
diff --git a/charts/postgres-operator/templates/deployment.yaml b/charts/postgres-operator/templates/deployment.yaml
index ddc3f6a0a85ddcd3504e46adaeb6e20396a45e81..abd66cfc82bfcd0236e2fb9d007e292daccd92fe 100644
--- a/charts/postgres-operator/templates/deployment.yaml
+++ b/charts/postgres-operator/templates/deployment.yaml
@@ -54,7 +54,7 @@ spec:
           value: {{ template "postgres-operator.controllerID" . }}
       {{- end }}
       {{- if .Values.extraEnvs }}
-      {{- .Values.extraEnvs | toYaml | nindent 12 }}
+      {{- .Values.extraEnvs | toYaml | nindent 8 }}
       {{- end }}
         resources:
 {{ toYaml .Values.resources | indent 10 }}