From fb5707733122e9d53ce36d2f4954c1a77adbd0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Pab=C3=B3n?= Date: Tue, 20 Nov 2018 16:20:11 -0500 Subject: [PATCH] Create v1.0-canary container --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f897a72a..b0847426 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. REGISTRY_NAME = quay.io/k8scsi -IMAGE_VERSION = canary +IMAGE_VERSION = v1.0-canary IMAGE_NAME=livenessprobe IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)