[bitnami/nats] Release 7.9.7 (#20058)

* [bitnami/nats] Release 7.9.7 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:42:59 +02:00
committed by GitHub
parent 412236fd4b
commit 1a91e0a69b
3 changed files with 7 additions and 7 deletions

View File

@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: nats-exporter
image: docker.io/bitnami/nats-exporter:0.12.0-debian-11-r96
image: docker.io/bitnami/nats-exporter:0.12.0-debian-11-r97
- name: nats
image: docker.io/bitnami/nats:2.10.2-debian-11-r0
image: docker.io/bitnami/nats:2.10.2-debian-11-r1
apiVersion: v2
appVersion: 2.10.2
dependencies:
@@ -31,4 +31,4 @@ maintainers:
name: nats
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nats
version: 7.9.6
version: 7.9.7

View File

@@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------ | ----------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | NATS image registry | `docker.io` |
| `image.repository` | NATS image repository | `bitnami/nats` |
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.10.2-debian-11-r0` |
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.10.2-debian-11-r1` |
| `image.digest` | NATS image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | NATS image pull policy | `IfNotPresent` |
| `image.pullSecrets` | NATS image pull secrets | `[]` |
@@ -217,7 +217,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Enable Prometheus metrics via exporter side-car | `false` |
| `metrics.image.registry` | Prometheus metrics exporter image registry | `docker.io` |
| `metrics.image.repository` | Prometheus metrics exporter image repository | `bitnami/nats-exporter` |
| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.12.0-debian-11-r96` |
| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.12.0-debian-11-r97` |
| `metrics.image.digest` | NATS Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Prometheus metrics image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Prometheus metrics image pull secrets | `[]` |

View File

@@ -67,7 +67,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/nats
tag: 2.10.2-debian-11-r0
tag: 2.10.2-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -700,7 +700,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/nats-exporter
tag: 0.12.0-debian-11-r96
tag: 0.12.0-debian-11-r97
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.