From 2c2725b6f1fc9a2a733d0b3edf89c9d2b7229e8b Mon Sep 17 00:00:00 2001 From: Heba Elayoty <31887807+helayoty@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:41:26 -0700 Subject: [PATCH] Update Makefile Signed-off-by: Heba Elayoty <31887807+helayoty@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3820aeda..e054b0396 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets REGISTRY ?= ghcr.io/azure/kaito IMG_NAME ?= workspace -VERSION ?= v0.0.1 +VERSION ?= v0.0.2 IMG_TAG ?= $(subst v,,$(VERSION)) # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.27.2