From 2e134f82a8c34520b255ac9883380ae9bd3e5101 Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Wed, 23 Feb 2022 12:53:19 -0600 Subject: [PATCH 1/4] update chart for release 0.41.0 --- charts/consul/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index d5c1f18444..dc57082d06 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: consul -version: 0.40.0 -appVersion: 1.11.2 +version: 0.41.0 +appVersion: 1.11.3 kubeVersion: ">=1.18.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io @@ -13,9 +13,9 @@ annotations: artifacthub.io/prerelease: false artifacthub.io/images: | - name: consul - image: hashicorp/consul:1.11.2 + image: hashicorp/consul:1.11.3 - name: consul-k8s-control-plane - image: hashicorp/consul-k8s-control-plane:0.40.0 + image: hashicorp/consul-k8s-control-plane:0.41.0 - name: envoy image: envoyproxy/envoy-alpine:v1.20.1 artifacthub.io/license: MPL-2.0 From 2f744ed7333e87d84d791ac7463363410aebae8e Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Wed, 23 Feb 2022 12:57:53 -0600 Subject: [PATCH 2/4] update values.yaml --- charts/consul/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 78db68860f..45423a6586 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -85,7 +85,7 @@ global: # image: "hashicorp/consul-enterprise:1.10.0-ent" # ``` # @default: hashicorp/consul: - image: "hashicorp/consul:1.11.2" + image: "hashicorp/consul:1.11.3" # Array of objects containing image pull secret names that will be applied to each service account. # This can be used to reference image pull secrets if using a custom consul or consul-k8s-control-plane Docker image. @@ -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.40.0" + imageK8S: "hashicorp/consul-k8s-control-plane:0.41.0" # The name of the datacenter that the agents should # register as. This can't be changed once the Consul cluster is up and running From 1a553298d566991ec8d52d8703d210d3bade4bf0 Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Wed, 23 Feb 2022 12:59:48 -0600 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: David Yu --- charts/consul/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index dc57082d06..8510ee9b10 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: consul version: 0.41.0 appVersion: 1.11.3 -kubeVersion: ">=1.18.0-0" +kubeVersion: ">=1.19.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io icon: https://raw.githubusercontent.com/hashicorp/consul-k8s/main/assets/icon.png From 2f22340e1103a2462aba395647726148852c101e Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Wed, 23 Feb 2022 13:11:25 -0600 Subject: [PATCH 4/4] Update charts/consul/Chart.yaml --- charts/consul/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index 8510ee9b10..dc57082d06 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: consul version: 0.41.0 appVersion: 1.11.3 -kubeVersion: ">=1.19.0-0" +kubeVersion: ">=1.18.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io icon: https://raw.githubusercontent.com/hashicorp/consul-k8s/main/assets/icon.png