Skip to content

Commit 53777c8

Browse files
javsalgarBitnami Containers
and
Bitnami Containers
authoredMay 21, 2024··
[bitnami/postgresql] feat: ✨ 🔒 Add warning when original images are replaced (#26264)
* [bitnami/postgresql] feat: ✨ 🔒 Add warning when original images are replaced Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 6fdb3ab commit 53777c8

File tree

3 files changed

+2062
-1
lines changed

3 files changed

+2062
-1
lines changed
 

‎bitnami/postgresql/CHANGELOG.md

+2,060
Large diffs are not rendered by default.

‎bitnami/postgresql/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ maintainers:
3535
name: postgresql
3636
sources:
3737
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
38-
version: 15.3.5
38+
version: 15.4.0

‎bitnami/postgresql/templates/NOTES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ WARNING: The configured password will be ignored on new installation in case whe
114114
{{- include "common.warnings.rollingTag" .Values.image -}}
115115
{{- include "common.warnings.rollingTag" .Values.volumePermissions.image }}
116116
{{- include "common.warnings.resources" (dict "sections" (list "metrics" "primary" "readReplicas" "volumePermissions") "context" $) }}
117+
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image) "context" $) }}

0 commit comments

Comments
 (0)
Please sign in to comment.