File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010 uses : actions/checkout@v1
1111
1212 - name : Create kind cluster
13- uses : helm/kind-action@v1.0.0-alpha.2
13+ uses : helm/kind-action@v1.0.0-alpha.3
1414 with :
15- installLocalPathProvisioner : true
15+ install_local_path_provisioner : true
1616
1717 - name : Run chart-testing (lint)
18- uses : helm/chart-testing-action@v1.0.0-alpha.1
18+ uses : helm/chart-testing-action@v1.0.0-alpha.2
1919 with :
2020 command : lint
2121
2222 - name : Run chart-testing (install)
23- uses : helm/chart-testing-action@v1.0.0-alpha.1
23+ uses : helm/chart-testing-action@v1.0.0-alpha.2
2424 with :
2525 command : install
Original file line number Diff line number Diff line change @@ -18,13 +18,11 @@ jobs:
1818 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
1919
2020 # See https://github.com/helm/chart-releaser-action/issues/6
21- # For now, install the same version of Tiller as the chart-testing Helm
22- # client version: v2.15.2.
2321 - name : Install Helm
2422 run : |
2523 curl -sSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get
2624 chmod 700 get_helm.sh
27- DESIRED_VERSION=v2.15.2 ./get_helm.sh
25+ ./get_helm.sh
2826 helm init --client-only
2927
3028 - name : Add dependency chart repos
3331 helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
3432
3533 - name : Run chart-releaser
36- uses : helm/chart-releaser-action@v1.0.0-alpha.1
34+ uses : helm/chart-releaser-action@v1.0.0-alpha.2
3735 env :
3836 CR_TOKEN : " ${{ secrets.CR_TOKEN }}"
You can’t perform that action at this time.
0 commit comments