diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index d0216aa36e..c55c6be6a2 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v2 name: consul version: 1.2.0-dev -appVersion: 1.15.1 +appVersion: 1.16-dev kubeVersion: ">=1.22.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io @@ -16,7 +16,7 @@ annotations: artifacthub.io/prerelease: true artifacthub.io/images: | - name: consul - image: hashicorp/consul:1.15.1 + image: docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.16-dev - name: consul-k8s-control-plane image: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.2.0-dev - name: consul-dataplane diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index a0660c5020..83b18ae044 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.15.1" + image: docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.16-dev # 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.