[bitnami/nats] Release 7.8.4 (#17113)

* [bitnami/nats] Release 7.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-06-14 00:36:46 +02:00
committed by GitHub
parent ef3e8fb307
commit bed6ebf253
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 2.9.17
appVersion: 2.9.18
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -23,4 +23,4 @@ maintainers:
name: nats
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nats
version: 7.8.3
version: 7.8.4

View File

@@ -77,7 +77,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.17-debian-11-r1` |
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.9.18-debian-11-r0` |
| `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 | `[]` |
@@ -215,7 +215,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.11.0-debian-11-r8` |
| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r16` |
| `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.17-debian-11-r1
tag: 2.9.18-debian-11-r0
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.11.0-debian-11-r8
tag: 0.11.0-debian-11-r16
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.