From 6d894b6e77b9e273b8972f5ceea76bcbbfbc74b3 Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Wed, 13 Nov 2024 15:35:43 +0100 Subject: [PATCH] fixup --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a93c365e..9dcbaa46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,6 @@ jobs: - name: Pull the helm chart run: helm pull oci://ghcr.io/${{ github.repository }}/helm-charts/scality-cosi-driver --version ${{ inputs.tag }} - name: Show the helm chart - run: helm show all oci://ghcr.io/${{ github.repository }}/helm-charts/my-package --version ${{ inputs.tag }} + run: helm show all oci://ghcr.io/${{ github.repository }}/helm-charts/scality-cosi-driver --version ${{ inputs.tag }} - name: Template the helm chart - run: helm template oci://ghcr.io/${{ github.repository }}/helm-charts/my-package --version ${{ inputs.tag }} + run: helm template oci://ghcr.io/${{ github.repository }}/helm-charts/scality-cosi-driver --version ${{ inputs.tag }}