diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index dc72e329c7..66a29a2daf 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -17,7 +17,7 @@ annotations: - name: consul-k8s-control-plane image: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.1.9-dev - name: consul-dataplane - image: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.1-dev + image: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.1-dev-ec80631908d436f26f275418f563885691128e64 - name: envoy image: envoyproxy/envoy:v1.25.11 artifacthub.io/license: MPL-2.0 diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index d5e2a577ad..97d25ebe74 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -639,7 +639,7 @@ global: # The name (and tag) of the consul-dataplane Docker image used for the # connect-injected sidecar proxies and mesh, terminating, and ingress gateways. # @default: hashicorp/consul-dataplane: - imageConsulDataplane: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.1-dev + imageConsulDataplane: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.1-dev-ec80631908d436f26f275418f563885691128e64 # Configuration for running this Helm chart on the Red Hat OpenShift platform. # This Helm chart currently supports OpenShift v4.x+.