diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f77eee557..70bea2362a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## UNRELEASED +BUG FIX: +* Helm + * Fix consul-k8s image version in values file. [[GH-732](https://github.com/hashicorp/consul-k8s/pull/732)] + ## 0.34.0 (September 17, 2021) FEATURES: * CLI diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index c5c603f99e..b76187558a 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: consul -version: 0.34.0 +version: 0.34.1 appVersion: 1.10.2 kubeVersion: ">=1.17.0-0" description: Official HashiCorp Consul Chart @@ -15,7 +15,7 @@ annotations: - name: consul image: hashicorp/consul:1.10.2 - name: consul-k8s-control-plane - image: hashicorp/consul-k8s-control-plane:0.34.0 + image: hashicorp/consul-k8s-control-plane:0.34.1 - name: envoy image: envoyproxy/envoy-alpine:v1.18.4 artifacthub.io/license: MPL-2.0 diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 6e74e98ae6..e1c0726deb 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -105,7 +105,7 @@ global: # image that is used for functionality such as catalog sync. # This can be overridden per component. # @default: hashicorp/consul-k8s-control-plane: - imageK8S: "hashicorp/consul-k8s-control-plane:0.33.0" + imageK8S: "hashicorp/consul-k8s-control-plane:0.34.1" # The name of the datacenter that the agents should # register as. This can't be changed once the Consul cluster is up and running