mirror of
https://github.com/bitnami/charts.git
synced 2026-02-24 14:57:12 +08:00
[bitnami/mongodb-sharded] feat: ✨ 🔒 Add warning when original images are replaced (#26248)
* [bitnami/mongodb-sharded] 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:
committed by
GitHub
parent
e26ccf4c5d
commit
462a80fb8f
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.19.2
|
||||
digest: sha256:e670e1075bfafffe040fae1158f1fa1f592585f394b48704ba137d2d083b1571
|
||||
generated: "2024-05-14T11:09:33.075276731Z"
|
||||
version: 2.19.3
|
||||
digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d
|
||||
generated: "2024-05-21T14:16:47.710738045+02:00"
|
||||
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: mongodb-sharded
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mongodb-sharded
|
||||
version: 8.1.0
|
||||
version: 8.2.0
|
||||
|
||||
@@ -63,3 +63,4 @@ To connect to your database from outside the cluster execute the following comma
|
||||
{{- include "mongodb-sharded.validateValues" . -}}
|
||||
{{- include "mongodb-sharded.checkRollingTags" . -}}
|
||||
{{- include "common.warnings.resources" (dict "sections" (list "configsvr" "metrics" "mongos" "shardsvr.arbiter" "shardsvr.dataNode" "volumePermissions") "context" $) }}
|
||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image) "context" $) }}
|
||||
Reference in New Issue
Block a user