[bitnami/node-exporter] Release 3.8.4 (#20057)

* [bitnami/node-exporter] Release 3.8.4 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
2023-10-11 11:46:06 +02:00
committed by GitHub
parent 1a91e0a69b
commit 3243e54d3b
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: node-exporter
image: docker.io/bitnami/node-exporter:1.6.1-debian-11-r77
image: docker.io/bitnami/node-exporter:1.6.1-debian-11-r78
apiVersion: v2
appVersion: 1.6.1
dependencies:
@@ -28,4 +28,4 @@ maintainers:
name: node-exporter
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/node-exporter
version: 3.8.3
version: 3.8.4

View File

@@ -86,7 +86,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.6.1-debian-11-r77` |
| `image.tag` | Node Exporter image tag (immutable tags are recommended) | `1.6.1-debian-11-r78` |
| `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 | `[]` |

View File

@@ -102,7 +102,7 @@ serviceAccount:
image:
registry: docker.io
repository: bitnami/node-exporter
tag: 1.6.1-debian-11-r77
tag: 1.6.1-debian-11-r78
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'