[bitnami/postgresql-ha]Add Storage Class Configuration to Templates (#30993)

* add storage class

Signed-off-by: Søren Schwartz <40674593+3schwartz@users.noreply.github.com>

* Bump patch.

Signed-off-by: Søren Schwartz <40674593+3schwartz@users.noreply.github.com>

* remove

Signed-off-by: Søren Schwartz <40674593+3schwartz@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update witness-statefulset.yaml

Signed-off-by: Søren Schwartz <40674593+3schwartz@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Søren Schwartz <40674593+3schwartz@users.noreply.github.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Søren Schwartz
2024-12-13 09:51:52 +01:00
committed by GitHub
parent e6d89b9f65
commit 485796bfe6
4 changed files with 13 additions and 2 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 15.1.1 (2024-12-12)
* [bitnami/postgresql-ha]Add Storage Class Configuration to Templates ([#30993](https://github.com/bitnami/charts/pull/30993))
## 15.1.0 (2024-12-10)
* [bitnami/postgresql-ha] Detect non-standard images ([#30937](https://github.com/bitnami/charts/pull/30937))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/postgresql-ha] Detect non-standard images (#30937) ([5149845](https://github.com/bitnami/charts/commit/51498454247984c12b9b60ba51bad0b7e72ac36c)), closes [#30937](https://github.com/bitnami/charts/issues/30937)
## <small>15.0.4 (2024-12-03)</small>

View File

@@ -40,4 +40,4 @@ maintainers:
name: postgresql-ha
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
version: 15.1.0
version: 15.1.1

View File

@@ -668,6 +668,9 @@ spec:
{{- range .Values.persistence.accessModes }}
- {{ . | quote }}
{{- end }}
{{- if .Values.persistence.storageClass }}
storageClassName: {{ .Values.persistence.storageClass }}
{{- end }}
resources:
requests:
storage: {{ .Values.persistence.size | quote }}

View File

@@ -618,6 +618,9 @@ spec:
{{- range .Values.persistence.accessModes }}
- {{ . | quote }}
{{- end }}
{{- if .Values.persistence.storageClass }}
storageClassName: {{ .Values.persistence.storageClass }}
{{- end }}
resources:
requests:
storage: {{ .Values.persistence.size | quote }}