From 9d4bbbea929e02eb0d711d90bb9180d421fc0832 Mon Sep 17 00:00:00 2001 From: Heba Elayoty Date: Sat, 28 Oct 2023 12:01:39 -0700 Subject: [PATCH] release: update manifest and helm charts for v0.0.1 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