From 8dcaf8433bfff3215f9dd69ca6e4d19df8e458b5 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Mon, 20 Sep 2021 21:02:49 -0400 Subject: [PATCH] cluster/images/etcd: Build 3.5.0-2 image Signed-off-by: Stephen Augustus --- cluster/images/etcd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index a501ad32d7f..bcd026f2cca 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.5.0 # REVISION provides a version number for 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 "-". IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)