Skip to content

Commit

Permalink
Bump Consul dataplane image version (#216) (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz authored Oct 3, 2023
1 parent 5b3c512 commit 16a8c46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/admin-partitions/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion modules/dev-server/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
4 changes: 2 additions & 2 deletions modules/gateway-task/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-task/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 16a8c46

Please sign in to comment.