From d9fedc5bec00a0b809930a22e5153f8c13a1ab55 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:55:35 -0700 Subject: [PATCH] removed debug comments --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 494f2ce29..23093d918 100644 --- a/Makefile +++ b/Makefile @@ -184,10 +184,10 @@ release: @cd ../front && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags @cd ../kubeshark && git checkout master && git pull && sed -i 's/^version:.*/version: "$(VERSION)"/' helm-chart/Chart.yaml && make && make generate-helm-values && make generate-manifests @git add -A . && git commit -m ":bookmark: Bump the Helm chart version to $(VERSION)" && git push - # @git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags - # @cd helm-chart && cp -r . ../../kubeshark.github.io/charts/chart - # @cd ../../kubeshark.github.io/ && git add -A . && git commit -m ":sparkles: Update the Helm chart" && git push - # @cd ../kubeshark + @git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags + @cd helm-chart && cp -r . ../../kubeshark.github.io/charts/chart + @cd ../../kubeshark.github.io/ && git add -A . && git commit -m ":sparkles: Update the Helm chart" && git push + @cd ../kubeshark branch: @cd ../worker && git checkout master && git pull && git checkout -b $(name); git push --set-upstream origin $(name)