Update etcd image revision

This commit is contained in:
Jeff Grafton 2018-09-19 16:45:16 -07:00
parent 0ea492012b
commit 6f9dfe56f1

View File

@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.2.24
# REVISION provides a version number fo this image and all it's bundled
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
# for each revision of this image at that etcd version.
REVISION?=0
REVISION?=1
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)