diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 2b68c1fc..f59b443f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -11,17 +11,17 @@ jobs: - name: Run chart-testing (lint) id: lint - uses: helm/chart-testing-action@v1.0.0-alpha.3 + uses: helm/chart-testing-action@v1.0.0-rc.2 with: command: lint - name: Create kind cluster - uses: helm/kind-action@v1.0.0-alpha.3 + uses: helm/kind-action@v1.0.0-rc.1 with: install_local_path_provisioner: true if: steps.lint.outputs.changed == 'true' - name: Run chart-testing (install) - uses: helm/chart-testing-action@v1.0.0-alpha.3 + uses: helm/chart-testing-action@v1.0.0-rc.2 with: command: install diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c7066c4a..ca0a3470 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.0.0-alpha.2 + uses: helm/chart-releaser-action@v1.0.0-rc.2 with: charts_repo_url: https://billimek.com/billimek-charts/ env: