diff --git a/bitnami/nats/Chart.lock b/bitnami/nats/Chart.lock index db422b5a28..2c0904b817 100644 --- a/bitnami/nats/Chart.lock +++ b/bitnami/nats/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.0 -digest: sha256:37461c5f173941a690d5a9c70490eeee40fcdab612f8cb063e655dbe85211b91 -generated: "2022-11-17T19:02:05.720574204Z" + version: 2.2.1 +digest: sha256:6c67cfa9945bf608209d4e2ca8f17079fca4770907c7902d984187ab5b21811e +generated: "2022-12-10T02:07:46.864974112Z" diff --git a/bitnami/nats/Chart.yaml b/bitnami/nats/Chart.yaml index 5473af454e..2860a33e22 100644 --- a/bitnami/nats/Chart.yaml +++ b/bitnami/nats/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 2.9.8 +appVersion: 2.9.9 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -24,4 +24,4 @@ name: nats sources: - https://github.com/bitnami/containers/tree/main/bitnami/nats - https://nats.io/ -version: 7.5.3 +version: 7.5.4 diff --git a/bitnami/nats/README.md b/bitnami/nats/README.md index 3f653806bd..089e6780ca 100644 --- a/bitnami/nats/README.md +++ b/bitnami/nats/README.md @@ -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.8-debian-11-r0` | +| `image.tag` | NATS image tag (immutable tags are recommended) | `2.9.9-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 | `[]` | @@ -220,7 +220,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-r6` | +| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.10.1-debian-11-r12` | | `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 | `[]` | diff --git a/bitnami/nats/values.yaml b/bitnami/nats/values.yaml index fa95f57f33..fe78868a18 100644 --- a/bitnami/nats/values.yaml +++ b/bitnami/nats/values.yaml @@ -64,7 +64,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/nats - tag: 2.9.8-debian-11-r0 + tag: 2.9.9-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -691,7 +691,7 @@ metrics: image: registry: docker.io repository: bitnami/nats-exporter - tag: 0.10.1-debian-11-r6 + tag: 0.10.1-debian-11-r12 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.