diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index e57d11ae26..5c3c613157 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: consul -version: 0.41.0 +version: 0.41.1 appVersion: 1.11.3 kubeVersion: ">=1.18.0-0" description: Official HashiCorp Consul Chart @@ -15,7 +15,7 @@ annotations: - name: consul image: hashicorp/consul:1.11.3 - name: consul-k8s-control-plane - image: hashicorp/consul-k8s-control-plane:0.41.0 + image: hashicorp/consul-k8s-control-plane:0.41.1 - 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 a37946b2b6..f22d7059d0 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.41.0" + imageK8S: "hashicorp/consul-k8s-control-plane:0.41.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