From 77a38b37d13d7908800e9b36edb850a6450e29f7 Mon Sep 17 00:00:00 2001 From: Heba Elayoty Date: Thu, 26 Oct 2023 12:58:58 -0700 Subject: [PATCH] fix markdown Signed-off-by: Heba Elayoty --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 86714ea96..bd3d3b29d 100644 --- a/Makefile +++ b/Makefile @@ -240,10 +240,8 @@ lint: $(GOLANGCI_LINT) release-manifest: @sed -i -e 's/^VERSION ?= .*/VERSION ?= ${VERSION}/' ./Makefile @sed -i -e "s/version: .*/version: ${IMG_TAG}/" ./charts/kaito/workspace/Chart.yaml - @sed -i -e "s/appVersion: .*/appVersion: ${IMG_TAG}/" ./charts/kaito/workspace/Chart.yaml @sed -i -e "s/tag: .*/tag: ${IMG_TAG}/" ./charts/kaito/workspace/values.yaml @sed -i -e 's/IMG_TAG=.*/IMG_TAG=${IMG_TAG}/' ./charts/kaito/workspace/README.md - @sed -i -e 's/image.tag=.*/image.tag=${IMG_TAG}/' ./charts/kaito/workspace/README.md git checkout -b release-${VERSION} - git add ./Makefile ./charts/kaito/workspace/Chart.yaml ./charts/kaito/workspace/values.yaml ./charts/workspace/README.md + git add ./Makefile ./charts/kaito/workspace/Chart.yaml ./charts/kaito/workspace/values.yaml ./charts/kaito/workspace/README.md git commit -s -m "release: update manifest and helm charts for ${VERSION}"