[bitnami/node-exporter] Release 4.4.10 (#28331)

* [bitnami/node-exporter] Release 4.4.10 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-07-24 12:49:05 +02:00
committed by GitHub
parent 54dc332cf8
commit 1fd9642365
3 changed files with 20 additions and 16 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 4.4.9 (2024-07-16)
## 4.4.10 (2024-07-24)
* [bitnami/node-exporter] Global StorageClass as default value ([#28072](https://github.com/bitnami/charts/pull/28072))
* [bitnami/node-exporter] Release 4.4.10 ([#28331](https://github.com/bitnami/charts/pull/28331))
## <small>4.4.9 (2024-07-16)</small>
* [bitnami/node-exporter] Global StorageClass as default value (#28072) ([4977903](https://github.com/bitnami/charts/commit/49779038f6c5f8c0a6ba24c3cfeaf29285418455)), closes [#28072](https://github.com/bitnami/charts/issues/28072)
## <small>4.4.8 (2024-07-14)</small>

View File

@@ -6,26 +6,26 @@ annotations:
licenses: Apache-2.0
images: |
- name: node-exporter
image: docker.io/bitnami/node-exporter:1.8.2-debian-12-r0
image: docker.io/bitnami/node-exporter:1.8.2-debian-12-r1
apiVersion: v2
appVersion: 1.8.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/node-exporter/img/node-exporter-stack-220x234.png
keywords:
- prometheus
- node-exporter
- monitoring
- prometheus
- node-exporter
- monitoring
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: node-exporter
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/node-exporter
version: 4.4.9
- https://github.com/bitnami/charts/tree/main/bitnami/node-exporter
version: 4.4.10

View File

@@ -121,7 +121,7 @@ serviceAccount:
image:
registry: docker.io
repository: bitnami/node-exporter
tag: 1.8.2-debian-12-r0
tag: 1.8.2-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'