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.
1 parent 87e13f7 commit 876a6c8Copy full SHA for 876a6c8
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?=1
+REVISION?=2
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