Skip to content

Commit

Permalink
update etcd version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
smalltown authored Dec 5, 2020
1 parent 5b1e75b commit fb553f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TF_DOCS := $(shell which terraform-docs 2> /dev/null)
TF_FILES = $(shell find . -type f -name "*.tf" -exec dirname {} \; | sort -u)
TF_TESTS = $(shell find ./test -type f -name "*.tf" -exec dirname {} \;|sort -u)
TF_TESTS = $(shell find ./tests -type f -name "*.tf" -exec dirname {} \;|sort -u)

SEMTAG=tools/semtag
TAG_QUERY=v1.0.0..
Expand Down
2 changes: 1 addition & 1 deletion 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.4.5"
tag = "v3.4.14"
}
}, var.containers)

Expand Down

0 comments on commit fb553f6

Please sign in to comment.