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
The new build supports the jwt-auth-token-config which is optional.
  • Loading branch information
yifan-gu committed May 5, 2021
1 parent a5b0635 commit 5a189d8
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"
default = "quay.io/quentin_m/etcd-cloud-operator:v3.4.13-a5b0635"
}

variable "telegraf_image" {
Expand Down

0 comments on commit 5a189d8

Please sign in to comment.