We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b091b + c0e930f commit a8abba5Copy full SHA for a8abba5
cluster/images/etcd/Makefile
@@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.9
34
# REVISION provides a version number fo this image and all it's bundled
35
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
36
# for each revision of this image at that etcd version.
37
-REVISION?=0
+REVISION?=1
38
39
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
40
IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
0 commit comments