File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ETCD_VERSION = 3.4.7
20
20
REGISTRY = k8s.gcr.io
21
21
# Images should be pushed to staging-k8s.gcr.io.
22
22
PUSH_REGISTRY = staging-k8s.gcr.io
23
- TAG = 3.4.7.0
23
+ TAG = 3.4.7.1
24
24
25
25
clean :
26
26
rm -rf etcdctl etcd-v$(ETCD_VERSION ) -linux-amd64 etcd-v$(ETCD_VERSION ) -linux-amd64.tar.gz
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.7
34
34
# REVISION provides a version number fo this image and all it's bundled
35
35
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
36
36
# for each revision of this image at that etcd version.
37
- REVISION? =0
37
+ REVISION? =1
38
38
39
39
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
40
40
IMAGE_TAG =$(LATEST_ETCD_VERSION ) -$(REVISION )
You can’t perform that action at this time.
0 commit comments