diff --git a/.github/workflows/helm-charts-index.yaml b/.github/workflows/helm-charts-index.yaml index d6225bc..1ae0800 100644 --- a/.github/workflows/helm-charts-index.yaml +++ b/.github/workflows/helm-charts-index.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: tools - helm - install - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: tools - helm - login - ghcr.io run: echo "${{ secrets.ES_GITHUB_PAT }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 7ae6291..a0a7a89 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -136,7 +136,7 @@ jobs: mkdir -p .artifacts/kubectl - name: tools - helm - install - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: helm - dependency build run: | @@ -185,7 +185,7 @@ jobs: path: .artifacts/helm - name: tools - helm - install - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: tools - helm - login - ghcr.io run: echo "${{ secrets.ES_GITHUB_PAT }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin