[bitnami/kube-prometheus] feat: 🔒 Add warning when original images are replaced (#26229)

* [bitnami/kube-prometheus] 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:02 +02:00
committed by GitHub
parent 24028d68b9
commit 73e54bba18
4 changed files with 1188 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,6 +7,6 @@ dependencies:
version: 4.0.7
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.2
digest: sha256:75670afee7d545d130bfa0a02bc325bfead042f1111d4a7f5a82266532ededa1
generated: "2024-05-18T03:58:15.479539764Z"
version: 2.19.3
digest: sha256:ca56df86b62a8830f03e9a888166a0e004bfb941cf89a5297d0b69c30ec59700
generated: "2024-05-21T14:00:26.167094867+02:00"

View File

@@ -46,4 +46,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
version: 9.1.2
version: 9.2.0

View File

@@ -116,3 +116,4 @@ To access Alertmanager from outside the cluster execute the following commands:
{{- include "common.warnings.rollingTag" .Values.alertmanager.image }}
{{- include "kube-prometheus.validateValues" . }}
{{- include "common.warnings.resources" (dict "sections" (list "alertmanager" "blackboxExporter" "operator" "prometheus" "prometheus.thanos") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.operator.image .Values.prometheus.image .Values.prometheus.thanos.image .Values.alertmanager.image .Values.blackboxExporter.image) "context" $) }}