diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index e1524e456..96280e3b0 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 5.3.7 +version: 6.0.0 appVersion: 1.6.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/ diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 9e35ba20f..05a9dca9b 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -290,6 +290,10 @@ The chart can optionally start a metrics exporter endpoint on port `9107` for [p ## Upgrading +### To 6.0.0 + +This release updates the Bitnami Consul container to `1.6.1-debian-9-r6`, which is based on Bash instead of Node.js. + ### To 3.1.0 Consul container was moved to a non-root approach. There shouldn't be any issue when upgrading since the corresponding `securityContext` is enabled by default. Both the container image and the chart can be upgraded by running the command below: diff --git a/bitnami/consul/values-production.yaml b/bitnami/consul/values-production.yaml index b5942e2f1..74d0906c5 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.6.1-debian-9-r7 + tag: 1.6.1-debian-9-r8 ## 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 diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index f4f1a1617..a0747ecc4 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/consul - tag: 1.6.1-debian-9-r7 + tag: 1.6.1-debian-9-r8 ## 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