From 8ac7ff4900b78bc680caaccdf415a60b8c16fad4 Mon Sep 17 00:00:00 2001 From: Alex Hsu Date: Mon, 16 Sep 2024 15:32:31 +0800 Subject: [PATCH] FEATURE: upgrade etcd to 3.5.15 (#23) --- variables_defaults.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables_defaults.tf b/variables_defaults.tf index 235a07f..0612ebd 100644 --- a/variables_defaults.tf +++ b/variables_defaults.tf @@ -2,7 +2,7 @@ locals { containers = merge({ etcd = { repo = "quay.io/coreos/etcd" - tag = "v3.5.9" + tag = "v3.5.15" }, etcd_metrics_proxy = { repo = "quay.io/amis/etcd-metrics-proxy"