diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 2c3bb90e..c758ac45 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -21,8 +21,6 @@ jobs: - name: Create kind cluster uses: helm/kind-action@v1.0.0 - with: - install_local_path_provisioner: true if: steps.lint.outputs.changed == 'true' - name: Run chart-testing (install) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c94c597d..c4ca3052 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,10 +37,9 @@ jobs: - name: Add dependency chart repos run: | helm repo add stable https://kubernetes-charts.storage.googleapis.com/ - helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ - name: Run chart-releaser uses: helm/chart-releaser-action@v1.0.0 with: - charts_repo_url: https://billimek.com/billimek-charts/ + charts_repo_url: https://charts.k8s-at-home.com/ env: CR_TOKEN: "${{ secrets.CR_TOKEN }}"