[bitnami/nats] Release 7.6.1 (#15872)

* [bitnami/nats] Release 7.6.1 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-04-01 15:55:31 +02:00
committed by GitHub
parent 0cdf49557b
commit ad744abd9d
3 changed files with 5 additions and 5 deletions

View File

@@ -24,4 +24,4 @@ name: nats
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/nats
- https://nats.io/
version: 7.6.0
version: 7.6.1

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.9.15-debian-11-r5` |
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.9.15-debian-11-r9` |
| `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.10.1-debian-11-r44` |
| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.10.1-debian-11-r48` |
| `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

@@ -64,7 +64,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/nats
tag: 2.9.15-debian-11-r5
tag: 2.9.15-debian-11-r9
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -697,7 +697,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/nats-exporter
tag: 0.10.1-debian-11-r44
tag: 0.10.1-debian-11-r48
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.