File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - ' .github/**'
88
99jobs :
10- lint-test :
10+ ct-lint :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v1
1515
1616 - name : Run chart-testing (lint)
1717 id : lint
18- uses : helm/chart-testing-action@v1.0.0-rc.1
18+ uses : helm/chart-testing-action@v3
1919 with :
2020 config : .ci/ct-config.yaml
2121 command : lint
Original file line number Diff line number Diff line change 77 - ' .github/**'
88
99jobs :
10- lint -test :
10+ ct -test :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v1
1515
1616 - name : Run chart-testing (lint)
1717 id : lint
18- uses : helm/chart-testing-action@v1.0.0-rc.1
18+ uses : helm/chart-testing-action@v3
1919 with :
2020 config : .ci/ct-config.yaml
2121 command : lint
2222
2323 - name : Create kind cluster
24- uses : helm/kind-action@v1.0.0-alpha.3
24+ uses : helm/kind-action@v3
2525 with :
2626 install_local_path_provisioner : true
2727 # Only build a kind cluster if there are chart changes to test.
2828 if : steps.lint.outputs.changed == 'true'
2929
3030 - name : Run chart-testing (install)
31- uses : helm/chart-testing-action@v1.0.0-rc.1
31+ uses : helm/chart-testing-action@v3
3232 with :
3333 command : install
3434 config : .ci/ct-config.yaml
You can’t perform that action at this time.
0 commit comments