[bitnami/node-exporter] feat: 🔒 Add warning when original images are replaced (#26255)

* [bitnami/node-exporter] 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:11:39 +02:00
committed by GitHub
co-authored by Bitnami Containers
parent b3d7bf528b
commit 50ef0d7589
3 changed files with 9 additions and 3 deletions
+7 -2
View File
@@ -1,8 +1,13 @@
# Changelog
## 4.2.4 (2024-05-21)
## 4.3.0 (2024-05-21)
* [bitnami/node-exporter] Use different liveness/readiness probes ([#26178](https://github.com/bitnami/charts/pulls/26178))
* [bitnami/node-exporter] feat: :sparkles: :lock: Add warning when original images are replaced ([#26255](https://github.com/bitnami/charts/pulls/26255))
## <small>4.2.4 (2024-05-21)</small>
* [bitnami/*] ci: :construction_worker: Add tag and changelog support (#25359) ([91c707c](https://github.com/bitnami/charts/commit/91c707c)), closes [#25359](https://github.com/bitnami/charts/issues/25359)
* [bitnami/node-exporter] Use different liveness/readiness probes (#26178) ([4d3dd04](https://github.com/bitnami/charts/commit/4d3dd04)), closes [#26178](https://github.com/bitnami/charts/issues/26178)
## <small>4.2.3 (2024-05-18)</small>
+1 -1
View File
@@ -28,4 +28,4 @@ maintainers:
name: node-exporter
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/node-exporter
version: 4.2.4
version: 4.3.0
@@ -71,3 +71,4 @@ To access Node Exporter from outside the cluster execute the following commands:
{{- include "node-exporter.validateValues" . }}
{{- include "node-exporter.checkRollingTags" . }}
{{- include "common.warnings.resources" (dict "sections" (list "") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image) "context" $) }}