From 0cb2f16e32b84500f38f5f5a59ca3c9b3778bbfa Mon Sep 17 00:00:00 2001 From: Quentin Machu Date: Fri, 31 May 2024 19:11:16 +0800 Subject: [PATCH] terraform/common.tf: Update the default eco image tag --- terraform/common.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/common.tf b/terraform/common.tf index 5e37a3ae..fcc78825 100644 --- a/terraform/common.tf +++ b/terraform/common.tf @@ -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" {