[bitnami/node-exporter] Release 3.2.3 (#13251)

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

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

* Update README.md with readme-generator-for-helm

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
2022-10-30 12:06:11 +00:00
committed by GitHub
parent b69f237292
commit 97ab3440d6
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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"
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 | `[]` |
+1 -1
View File
@@ -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'