From fd2a2f6f9cf9e5e143c4a517c044d0dc3d5f9529 Mon Sep 17 00:00:00 2001 From: Tomer Shefler Date: Sun, 11 Feb 2024 17:06:30 +0200 Subject: [PATCH] remove v from agent --- .github/workflows/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator.yaml b/.github/workflows/operator.yaml index ff8079b8..38821f59 100644 --- a/.github/workflows/operator.yaml +++ b/.github/workflows/operator.yaml @@ -42,7 +42,7 @@ jobs: helm package . --version $VERSION --app-version v$VERSION helm push *.tgz oci://registry-1.docker.io/$REPO cd ${{ github.workspace }}/charts/cbcontainers-agent/cbcontainers-agent-chart - helm package . --version $VERSION --app-version v$VERSION + helm package . --version $VERSION --app-version $VERSION helm push *.tgz oci://registry-1.docker.io/$REPO - name: Develop branch create and push chart if: github.ref == 'refs/heads/develop'