Skip to content

Commit

Permalink
feat: upgrade etcd to 3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Downager committed Oct 26, 2023
1 parent f1e2b24 commit f3b6bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions variables_defaults.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
containers = merge({
etcd = {
repo = "quay.io/coreos/etcd"
tag = "v3.5.2"
tag = "v3.5.9"
},
etcd_metrics_proxy = {
repo = "quay.io/amis/etcd-metrics-proxy"
Expand All @@ -21,5 +21,4 @@ locals {
checksum = "sha512-89dcba32badfd1481d88cd5f4179ff99348578af5004a7e96daa05101e99ba7448685596692ada3186f718ffd1166768ac6a22e041c5887e416e6dc7fda97f24"
}
}, var.binaries)

}

0 comments on commit f3b6bed

Please sign in to comment.