From fe257e00fc6e45d0af91d6cea4ee97046df3c93c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 26 Feb 2020 09:49:02 +0100 Subject: [PATCH] [stable/nats] Release 4.3.4 updating components versions (#21042) Signed-off-by: Bitnami Containers --- stable/nats/Chart.yaml | 2 +- stable/nats/values-production.yaml | 4 ++-- stable/nats/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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.