diff --git a/bitnami/node-exporter/Chart.lock b/bitnami/node-exporter/Chart.lock index 7387dd1908..5360b5df92 100644 --- a/bitnami/node-exporter/Chart.lock +++ b/bitnami/node-exporter/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.0.3 -digest: sha256:7d4a98a9fabc3be62a3898cc530d0979b6a0a4d29c87ed2d128821f21c89ba40 -generated: "2022-09-26T19:18:41.738407946Z" + version: 2.0.4 +digest: sha256:ec5726c5d8f1e474cc6c9ca90c18efc35f4dbd15ccaf2df148764947d5ad6a6c +generated: "2022-10-28T02:42:44.494673265Z" diff --git a/bitnami/node-exporter/Chart.yaml b/bitnami/node-exporter/Chart.yaml index c50814c9a5..1cd1cfd4b6 100644 --- a/bitnami/node-exporter/Chart.yaml +++ b/bitnami/node-exporter/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/bitnami/containers/tree/main/bitnami/node-exporter - https://github.com/prometheus/node_exporter - https://prometheus.io/ -version: 3.2.2 +version: 3.2.3 diff --git a/bitnami/node-exporter/README.md b/bitnami/node-exporter/README.md index 0cf73c7cbd..b88e630ba7 100644 --- a/bitnami/node-exporter/README.md +++ b/bitnami/node-exporter/README.md @@ -7,7 +7,7 @@ Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pl [Overview of Node Exporter](https://prometheus.io/) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```bash @@ -93,7 +93,7 @@ The command removes all the Kubernetes components associated with the chart and | `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` | | `image.registry` | Node Exporter image registry | `docker.io` | | `image.repository` | Node Exporter image repository | `bitnami/node-exporter` | -| `image.tag` | Node Exporter image tag (immutable tags are recommended) | `1.4.0-debian-11-r2` | +| `image.tag` | Node Exporter image tag (immutable tags are recommended) | `1.4.0-debian-11-r12` | | `image.digest` | Node Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Node Exporter image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/node-exporter/values.yaml b/bitnami/node-exporter/values.yaml index 61e9467a3d..9d13897217 100644 --- a/bitnami/node-exporter/values.yaml +++ b/bitnami/node-exporter/values.yaml @@ -99,7 +99,7 @@ serviceAccount: image: registry: docker.io repository: bitnami/node-exporter - tag: 1.4.0-debian-11-r2 + tag: 1.4.0-debian-11-r12 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'