diff --git a/CHANGELOG.md b/CHANGELOG.md index 281f66681f..192641bf3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.5- (May 20, 2024) +## 1.3.5 (May 20, 2024) SECURITY: diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index 4bc92cb342..71e5191c2d 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v2 name: consul version: 1.3.5 -appVersion: 1.17.5 +appVersion: 1.17.3 kubeVersion: ">=1.22.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io @@ -16,7 +16,7 @@ annotations: artifacthub.io/prerelease: false artifacthub.io/images: | - name: consul - image: hashicorp/consul:1.17.5 + image: hashicorp/consul:1.17.3 - name: consul-k8s-control-plane image: hashicorp/consul-k8s-control-plane:1.3.5 - name: consul-dataplane diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 0d7851b6cb..56713be54d 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -66,7 +66,7 @@ global: # image: "hashicorp/consul-enterprise:1.10.0-ent" # ``` # @default: hashicorp/consul: - image: hashicorp/consul:1.17.5 + image: hashicorp/consul:1.17.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.