diff --git a/stable/nats/Chart.yaml b/stable/nats/Chart.yaml index 601a953d72..8084f76ed8 100644 --- a/stable/nats/Chart.yaml +++ b/stable/nats/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nats -version: 4.3.3 +version: 4.3.4 appVersion: 2.1.4 description: An open-source, cloud-native messaging system keywords: diff --git a/stable/nats/values-production.yaml b/stable/nats/values-production.yaml index d60cac4f05..555f1f4a5a 100644 --- a/stable/nats/values-production.yaml +++ b/stable/nats/values-production.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/nats - tag: 2.1.4-debian-10-r15 + tag: 2.1.4-debian-10-r23 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -306,7 +306,7 @@ metrics: image: registry: docker.io repository: bitnami/nats-exporter - tag: 0.6.0-debian-10-r20 + tag: 0.6.0-debian-10-r27 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/nats/values.yaml b/stable/nats/values.yaml index 618ed50c54..055dbd4e47 100644 --- a/stable/nats/values.yaml +++ b/stable/nats/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/nats - tag: 2.1.4-debian-10-r15 + tag: 2.1.4-debian-10-r23 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -306,7 +306,7 @@ metrics: image: registry: docker.io repository: bitnami/nats-exporter - tag: 0.6.0-debian-10-r20 + tag: 0.6.0-debian-10-r27 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.