Update conformance test to support k8s 1.16
[validation.git] / docker / kube-conformance / Makefile
index a5b5b99..ee7b40f 100644 (file)
 ##############################################################################
 
 export WORK_DIR?=$(TAG_PRE)
-export TAG_VER?=v1.11
+export KUBE_VERSION=1.16
+export TAG_VER?=v$(KUBE_VERSION)
 
 .PHONY: .build
 .build:: .submodules_patched
        $(MAKE) -C $(TAG_PRE) e2e.test kubectl ginkgo
 
 .PHONY: all
-all: .push_image .push_manifest
+all: push-image .push_manifest
 
 .PHONY: build
 build: .build
 
+.PHONY: push-image
+push-image: .push_image
+
 include ../build.mk