updating github actions for new home

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-08-29 07:33:51 -04:00
parent 3f54137ccb
commit 69a237f194
No known key found for this signature in database
GPG Key ID: 214B3EF39B4956B7
2 changed files with 1 additions and 4 deletions

View File

@ -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)

View File

@ -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 }}"