[bitnami/nats] Release 7.4.4 (#12375)

* [bitnami/nats] Release 7.4.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
2022-09-12 15:03:07 +02:00
committed by GitHub
parent 55fdc3aff3
commit 7b02b60b7b
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.4.3
version: 7.4.4

View File

@@ -80,7 +80,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.0-debian-11-r0` |
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.9.0-debian-11-r2` |
| `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 | `[]` |
@@ -218,7 +218,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.0-debian-11-r6` |
| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r7` |
| `metrics.image.digest` | Petete 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.0-debian-11-r0
tag: 2.9.0-debian-11-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -675,7 +675,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/nats-exporter
tag: 0.10.0-debian-11-r6
tag: 0.10.0-debian-11-r7
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.