diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index a2209ac9b6..b5b5741d03 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: consul version: 0.48.0 -appVersion: 1.13.1 +appVersion: 1.13.2 kubeVersion: ">=1.21.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io @@ -13,7 +13,7 @@ annotations: artifacthub.io/prerelease: false artifacthub.io/images: | - name: consul - image: hashicorp/consul:1.13.1 + image: hashicorp/consul:1.13.2 - name: consul-k8s-control-plane image: hashicorp/consul-k8s-control-plane:0.48.0 - name: envoy diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index cfe87e1205..d90b98d2b5 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -109,7 +109,7 @@ global: # image: "hashicorp/consul-enterprise:1.10.0-ent" # ``` # @default: hashicorp/consul: - image: "hashicorp/consul:1.13.1" + image: "hashicorp/consul:1.13.2" # 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.