mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[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:
co-authored by
Bitnami Containers
parent
b3d7bf528b
commit
50ef0d7589
@@ -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>
|
||||
|
||||
|
||||
@@ -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" $) }}
|
||||
Reference in New Issue
Block a user