From a43a10d7223cb8fe405bb12aa5021c2fc07940c2 Mon Sep 17 00:00:00 2001 From: "J. Q" <55899496+jawadqur@users.noreply.github.com> Date: Thu, 8 Dec 2022 16:57:07 -0600 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bc0e8a18..f4391ce5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,8 +4,6 @@ on: push: branches: - master -env: - HELM_DOCS_VERSION: "1.7.0" jobs: release: @@ -27,17 +25,14 @@ jobs: uses: azure/setup-helm@v3 with: version: v3.10.0 - - - name: Install Helm-docs + + - name: Add helm repositories run: | - cd /tmp - wget https://github.com/norwoodj/helm-docs/releases/download/v${{env.HELM_DOCS_VERSION}}/helm-docs_${{env.HELM_DOCS_VERSION}}_Linux_x86_64.tar.gz - tar -xvf helm-docs_${{env.HELM_DOCS_VERSION}}_Linux_x86_64.tar.gz - sudo mv helm-docs /usr/local/sbin + helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.1 with: charts_dir: helm env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"