Skip to content

Commit

Permalink
Revert "[bitnami/postgresql] Add Storage Class Configuration to Templ…
Browse files Browse the repository at this point in the history
…ates (#30858)" (#31204)
  • Loading branch information
juan131 authored Jan 3, 2025
1 parent 2ca979a commit c03fe0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
8 changes: 6 additions & 2 deletions bitnami/postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 16.3.4 (2024-12-23)
## 16.3.5 (2025-01-03)

* [bitnami/postgresql] Release 16.3.4 ([#31143](https://github.com/bitnami/charts/pull/31143))
* Revert "[bitnami/postgresql] Add Storage Class Configuration to Templates (#30858)" ([#31204](https://github.com/bitnami/charts/pull/31204))

## <small>16.3.4 (2024-12-23)</small>

* [bitnami/postgresql] Release 16.3.4 (#31143) ([05a9583](https://github.com/bitnami/charts/commit/05a9583f949b49fab2673774a4f56ff686d959f4)), closes [#31143](https://github.com/bitnami/charts/issues/31143)

## <small>16.3.3 (2024-12-20)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ maintainers:
name: postgresql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
version: 16.3.4
version: 16.3.5
3 changes: 0 additions & 3 deletions bitnami/postgresql/templates/primary/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,6 @@ spec:
{{- if .Values.primary.persistence.dataSource }}
dataSource: {{- include "common.tplvalues.render" (dict "value" .Values.primary.persistence.dataSource "context" $) | nindent 10 }}
{{- end }}
{{- if .Values.primary.persistence.storageClass }}
storageClassName: {{ .Values.primary.persistence.storageClass }}
{{- end }}
resources:
requests:
storage: {{ .Values.primary.persistence.size | quote }}
Expand Down
3 changes: 0 additions & 3 deletions bitnami/postgresql/templates/read/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,6 @@ spec:
{{- if .Values.readReplicas.persistence.dataSource }}
dataSource: {{- include "common.tplvalues.render" (dict "value" .Values.readReplicas.persistence.dataSource "context" $) | nindent 10 }}
{{- end }}
{{- if .Values.readReplicas.persistence.storageClass }}
storageClassName: {{ .Values.readReplicas.persistence.storageClass }}
{{- end }}
resources:
requests:
storage: {{ .Values.readReplicas.persistence.size | quote }}
Expand Down

0 comments on commit c03fe0c

Please sign in to comment.