[bitnami/PostgreSQL] Update statefulset to inlcude verbose PVC reference (#17140)

* Update statefulset to inlcude verbose PVC

Signed-off-by: Felix Luthman <34520175+felixlut@users.noreply.github.com>

* Bump chart version

Signed-off-by: Felix Luthman <34520175+felixlut@users.noreply.github.com>

---------

Signed-off-by: Felix Luthman <34520175+felixlut@users.noreply.github.com>
This commit is contained in:
Felix Luthman
2023-06-19 12:34:16 +02:00
committed by GitHub
parent ec08951858
commit ffa4eeb0e8
2 changed files with 4 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ maintainers:
name: postgresql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
version: 12.5.7
version: 12.5.8

View File

@@ -620,7 +620,9 @@ spec:
emptyDir: {}
{{- else }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
{{- if .Values.primary.persistence.annotations }}
annotations: {{- include "common.tplvalues.render" (dict "value" .Values.primary.persistence.annotations "context" $) | nindent 10 }}