diff --git a/bitnami/nats/Chart.lock b/bitnami/nats/Chart.lock index a16292e08c..47d69a4064 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.0.4 -digest: sha256:ec5726c5d8f1e474cc6c9ca90c18efc35f4dbd15ccaf2df148764947d5ad6a6c -generated: "2022-10-28T02:40:37.099861483Z" + version: 2.1.2 +digest: sha256:1c365a4551a2f4098e9584dc176b289c10437c679c7c3e2ec6153cabf863e1a4 +generated: "2022-11-02T02:13:00.236708786Z" diff --git a/bitnami/nats/Chart.yaml b/bitnami/nats/Chart.yaml index d2a8343338..b87c6540f8 100644 --- a/bitnami/nats/Chart.yaml +++ b/bitnami/nats/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 2.9.4 +appVersion: 2.9.5 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.4.10 +version: 7.4.11 diff --git a/bitnami/nats/README.md b/bitnami/nats/README.md index b756699222..6166e9af23 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.4-debian-11-r0` | +| `image.tag` | NATS image tag (immutable tags are recommended) | `2.9.5-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 | `[]` | @@ -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-r23` | +| `metrics.image.tag` | Prometheus metrics exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r25` | | `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 c16db6b4b0..a804e9e654 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.4-debian-11-r0 + tag: 2.9.5-debian-11-r0 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-r23 + tag: 0.10.0-debian-11-r25 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.