From 84384e28c21bc494704809b16b20a4c5c8a9c150 Mon Sep 17 00:00:00 2001 From: Heba Elayoty <31887807+helayoty@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:43:20 -0700 Subject: [PATCH] release: update manifest and helm charts for v0.0.1 (#119) Signed-off-by: Heba Elayoty --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e054b0396..d3820aeda 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.2 +VERSION ?= v0.0.1 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