mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/magento] feat: ✨ 🔒 Add warning when original images are replaced (#26235)
* [bitnami/magento] 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:
co-authored by
Bitnami Containers
parent
014cf5f8b3
commit
66c47e608b
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 18.0.5
|
||||
version: 18.0.6
|
||||
- name: elasticsearch
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 21.0.5
|
||||
version: 21.0.7
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.19.2
|
||||
digest: sha256:0ea26392206b6d8a3d47d7bad5952161e66ca830cb12d8158e1b5b7bc1577a66
|
||||
generated: "2024-05-18T01:34:53.90924261Z"
|
||||
version: 2.19.3
|
||||
digest: sha256:3c878613ef90a2b37261fbb87f97e4940958328b5a32e9e2e31412108939a662
|
||||
generated: "2024-05-21T14:05:00.844644991+02:00"
|
||||
|
||||
@@ -48,4 +48,4 @@ maintainers:
|
||||
name: magento
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/magento
|
||||
version: 27.0.3
|
||||
version: 27.1.0
|
||||
|
||||
@@ -120,3 +120,4 @@ host. To configure Magento to use and external database host:
|
||||
|
||||
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $) -}}
|
||||
{{- include "common.warnings.resources" (dict "sections" (list "metrics" "" "volumePermissions") "context" $) }}
|
||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.mariadb.image .Values.elasticsearch.image .Values.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }}
|
||||
Reference in New Issue
Block a user