From 0113f2623571032cb7b468c4fd9794a38e19dbea Mon Sep 17 00:00:00 2001 From: Ashwin Venkatesh Date: Fri, 17 Sep 2021 16:17:16 -0400 Subject: [PATCH] Update version of image in values file --- CHANGELOG.md | 6 ++++++ charts/consul/Chart.yaml | 4 ++-- charts/consul/values.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3d26ed0f..d4d745dfca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ ## UNRELEASED + +BUG FIX: +* Helm + * Fix consul-k8s image version in values file + +## 0.34.0 (September 17, 2021) FEATURES: * CLI * The `consul-k8s` CLI enables users to deploy and operate Consul on Kubernetes. 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