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 1463b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions terraform/platforms/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ load_balancer_security_group_ids = []
metrics_security_group_ids = []
# Container image of ECO to use.
eco_image = "quay.io/quentin_m/etcd-cloud-operator:v3.4.4a"
eco_image = "quay.io/quentin_m/etcd-cloud-operator:v3.4.13-a5b0635"
# Defines whether etcd should expect TLS clients connections.
eco_enable_tls = "true"
# Defines whether etcd should expect client certificates for client connections.
Expand Down Expand Up @@ -128,7 +128,7 @@ module "eco" {
load_balancer_security_group_ids = []
metrics_security_group_ids = []
eco_image = "quay.io/quentin_m/etcd-cloud-operator:v3.4.4a"
eco_image = "quay.io/quentin_m/etcd-cloud-operator:v3.4.13-a5b0635"
eco_enable_tls = "true"
eco_require_client_certs = "false"
eco_snapshot_interval = "30m"
Expand Down

0 comments on commit 1463b8e

Please sign in to comment.