From b0e3c888a2d146daca5388191f86a005e6a1815d Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Mon, 4 Apr 2022 16:39:00 -0400 Subject: [PATCH] Prerelease 0.42.0 (#1141) * Update imageK8s to 0.42.0 * Update versions in Chart --- charts/consul/Chart.yaml | 8 ++++---- charts/consul/values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index ae895af58b..fb8c52faee 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: consul -version: 0.41.1 -appVersion: 1.11.3 +version: 0.42.0 +appVersion: 1.11.4 kubeVersion: ">=1.19.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.3 + image: hashicorp/consul:1.11.4 - name: consul-k8s-control-plane - image: hashicorp/consul-k8s-control-plane:0.41.1 + image: hashicorp/consul-k8s-control-plane:0.42.0 - name: envoy image: envoyproxy/envoy-alpine:v1.20.2 artifacthub.io/license: MPL-2.0 diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 5bce7c52eb..bb8a77c261 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -107,7 +107,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.41.1" + imageK8S: "hashicorp/consul-k8s-control-plane:0.42.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