Skip to content

Commit

Permalink
terraform/common.tf: Update the default eco image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M committed May 31, 2024
1 parent b6ded9d commit 0cb2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "instance_ssh_keys" {

variable "eco_image" {
description = "Container image of ECO to use"
default = "quay.io/quentin_m/etcd-cloud-operator:v3.4.13-a5b0635"
default = "quay.io/quentin_m/etcd-cloud-operator:v3.5.14"
}

variable "telegraf_image" {
Expand Down

0 comments on commit 0cb2f16

Please sign in to comment.