From c576e2cff99f2722c8d920294cfd7e41b4c66e13 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 21 Feb 2020 01:43:22 +0000 Subject: [PATCH] [bitnami/consul] Release 7.0.1 updating components versions Signed-off-by: Bitnami Containers --- bitnami/consul/Chart.yaml | 4 ++-- bitnami/consul/values-production.yaml | 4 ++-- bitnami/consul/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index 54a481d536..96b3fb9558 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: consul -version: 7.0.0 -appVersion: 1.7.0 +version: 7.0.1 +appVersion: 1.7.1 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy. home: https://www.consul.io/ sources: diff --git a/bitnami/consul/values-production.yaml b/bitnami/consul/values-production.yaml index d20c71b9ea..a51c03f30e 100644 --- a/bitnami/consul/values-production.yaml +++ b/bitnami/consul/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/consul - tag: 1.7.0-debian-10-r0 + tag: 1.7.1-debian-10-r0 ## 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 @@ -330,7 +330,7 @@ metrics: image: registry: docker.io repository: bitnami/consul-exporter - tag: 0.6.0-debian-10-r14 + tag: 0.6.0-debian-10-r23 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index 17aea9dcf9..954be3ef4d 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/consul - tag: 1.7.0-debian-10-r0 + tag: 1.7.1-debian-10-r0 ## 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 @@ -330,7 +330,7 @@ metrics: image: registry: docker.io repository: bitnami/consul-exporter - tag: 0.6.0-debian-10-r14 + tag: 0.6.0-debian-10-r23 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.