update etcd revision to 2 for next build 3.4.13-2

This commit is contained in:
pacoxu 2021-01-26 15:29:26 +08:00
parent 03048e8b25
commit 6a795f5f51

View File

@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.13
# 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?=1
REVISION?=2
# 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)