[bitnami/ghost] feat: 🔒 Add warning when original images are replaced (#26207)

* [bitnami/ghost] 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>
This commit is contained in:
Javier J. Salmerón-García
2024-05-21 16:13:59 +02:00
committed by GitHub
co-authored by Bitnami Containers
parent 9c7da7c132
commit f0e2af8719
4 changed files with 1933 additions and 4 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -4,6 +4,6 @@ dependencies:
version: 10.2.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.2
digest: sha256:b74a4ce040396e03c4390a57774aaf9630a5136e3c86882fbc90d5f3d0c8a8b1
generated: "2024-05-16T06:54:14.969415153Z"
version: 2.19.3
digest: sha256:bac6cbe402d99eda8c3c509880ca3d0de2121a3cd8d9fca5960e19b6aefd0cb8
generated: "2024-05-21T13:42:27.664650966+02:00"
+1 -1
View File
@@ -40,4 +40,4 @@ maintainers:
name: ghost
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 20.0.15
version: 20.1.0
+1
View File
@@ -148,3 +148,4 @@ host. To configure Ghost to use and external database host:
{{- end }}
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $) -}}
{{- include "common.warnings.resources" (dict "sections" (list "" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image) "context" $) }}