From bcf839ee3190a456f395662539208a06f9a3c96e Mon Sep 17 00:00:00 2001 From: Heba Elayoty <31887807+helayoty@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:55:22 -0700 Subject: [PATCH] release: update manifest and helm charts for v0.0.1 (#130) 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