From 16a8c46c2ab5df870a02f6ce7bfc6ecdadddde20 Mon Sep 17 00:00:00 2001 From: Ganesh S Date: Tue, 3 Oct 2023 15:13:21 +0530 Subject: [PATCH] Bump Consul dataplane image version (#216) (#217) --- examples/admin-partitions/terraform/variables.tf | 2 +- modules/dev-server/variables.tf | 2 +- modules/gateway-task/variables.tf | 4 ++-- modules/mesh-task/variables.tf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/admin-partitions/terraform/variables.tf b/examples/admin-partitions/terraform/variables.tf index 323019ad..8e49bdc6 100644 --- a/examples/admin-partitions/terraform/variables.tf +++ b/examples/admin-partitions/terraform/variables.tf @@ -26,7 +26,7 @@ variable "consul_ecs_image" { variable "consul_dataplane_image" { description = "consul-dataplane Docker image." type = string - default = "docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.3-dev" + default = "hashicorppreview/consul-dataplane:1.3.0-rc1" } variable "client_partition" { diff --git a/modules/dev-server/variables.tf b/modules/dev-server/variables.tf index a48b9a33..2930426c 100644 --- a/modules/dev-server/variables.tf +++ b/modules/dev-server/variables.tf @@ -61,7 +61,7 @@ variable "lb_ingress_rule_security_groups" { variable "consul_image" { description = "Consul Docker image." type = string - default = "public.ecr.aws/hashicorp/consul:1.16.1" + default = "hashicorppreview/consul:1.17.0-rc1" } variable "consul_license" { diff --git a/modules/gateway-task/variables.tf b/modules/gateway-task/variables.tf index 66ce9eee..ff3d8af1 100644 --- a/modules/gateway-task/variables.tf +++ b/modules/gateway-task/variables.tf @@ -91,7 +91,7 @@ variable "additional_execution_role_policies" { variable "consul_image" { description = "Consul Docker image." type = string - default = "public.ecr.aws/hashicorp/consul:1.16.1" + default = "hashicorppreview/consul:1.17.0-rc1" } variable "consul_server_hosts" { @@ -114,7 +114,7 @@ variable "consul_ecs_image" { variable "consul_dataplane_image" { description = "consul-dataplane Docker image." type = string - default = "docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.3-dev" + default = "hashicorppreview/consul-dataplane:1.3.0-rc1" } variable "envoy_readiness_port" { diff --git a/modules/mesh-task/variables.tf b/modules/mesh-task/variables.tf index 7b571834..c7ba4314 100644 --- a/modules/mesh-task/variables.tf +++ b/modules/mesh-task/variables.tf @@ -151,7 +151,7 @@ variable "consul_ecs_image" { variable "consul_dataplane_image" { description = "consul-dataplane Docker image." type = string - default = "docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.3-dev" + default = "hashicorppreview/consul-dataplane:1.3.0-rc1" } variable "envoy_public_listener_port" {