From 553e67f57b363ec8c477628a49168178995ad125 Mon Sep 17 00:00:00 2001 From: Ciara Stacke Date: Thu, 31 Aug 2023 16:17:11 +0100 Subject: [PATCH] Remove dots in helm release name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb6dc89b25..703889ec3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: - name: Install Chart run: > helm install - helm-$(echo ${{ steps.nkg-meta.outputs.tags }} | cut -d ":" -f 2) + helm-$(echo ${{ steps.nkg-meta.outputs.tags }} | tr '.' '-' | cut -d ":" -f 2) . --wait --create-namespace