From 5a189d80a94f417d9ec522ba3ef29083493727c6 Mon Sep 17 00:00:00 2001 From: Yifan Gu Date: Wed, 5 May 2021 12:13:12 -0700 Subject: [PATCH] terraform/common.tf: Update the default eco image tag. The new build supports the jwt-auth-token-config which is optional. --- terraform/common.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/common.tf b/terraform/common.tf index fc1f8d62..8af49844 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" + default = "quay.io/quentin_m/etcd-cloud-operator:v3.4.13-a5b0635" } variable "telegraf_image" {