diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index abc3e810c0..c6c2768e37 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 7.0.12 +version: 7.0.13 appVersion: 1.7.2 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/ diff --git a/bitnami/consul/values-production.yaml b/bitnami/consul/values-production.yaml index 0dda3ab63a..6b7d0c4bf0 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.2-debian-10-r42 + tag: 1.7.2-debian-10-r51 ## 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-r90 + tag: 0.6.0-debian-10-r101 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 aec8c3fe51..b5749bef7c 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.2-debian-10-r42 + tag: 1.7.2-debian-10-r51 ## 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-r90 + tag: 0.6.0-debian-10-r101 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.