[bitnami/postgresql] fix init-chmod-data resources value rendering (#9053)

* fix init-chmod-data resources value rendering

Signed-off-by: Jan Lauber <jan.lauber@protonmail.ch>

* bump chart version to 11.0.6

Signed-off-by: Jan Lauber <jan.lauber@protonmail.ch>

* change primary to volumePermissions

Signed-off-by: Jan Lauber <jan.lauber@protonmail.ch>
This commit is contained in:
Jan Lauber
2022-02-17 10:46:55 +01:00
committed by GitHub
parent 717f7c7ee9
commit 1b4eac8d71
2 changed files with 3 additions and 3 deletions

View File

@@ -26,4 +26,4 @@ name: postgresql
sources:
- https://github.com/bitnami/bitnami-docker-postgresql
- https://www.postgresql.org/
version: 11.0.5
version: 11.0.6

View File

@@ -114,8 +114,8 @@ spec:
- name: init-chmod-data
image: {{ include "postgresql.volumePermissions.image" . }}
imagePullPolicy: {{ .Values.volumePermissions.image.pullPolicy | quote }}
{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.volumePermissions.resources }}
resources: {{- toYaml .Values.volumePermissions.resources | nindent 12 }}
{{- end }}
command:
- /bin/sh