File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,31 +25,31 @@ jobs:
2525 - name : Add repos
2626 run : |
2727 helm repo add bitnami https://charts.bitnami.com/bitnami
28- helm plugin install https://github.com/helm-unittest/helm-unittest
28+ helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.3.4
2929
3030 - name : Set up Python
3131 uses : actions/setup-python@v4.7.0
3232 with :
3333 python-version : 3.7
34-
34+
3535 - name : Set up chart-testing
3636 uses : helm/chart-testing-action@v2.3.1
3737
38- - name : List chart-testing changes
38+ - name : List chart-testing changes
3939 id : list-changed
4040 run : |
4141 changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
4242 if [[ -n "$changed" ]]; then
4343 echo "{changed}={true}" >> $GITHUB_OUTPUT
4444 fi
45-
45+
4646 - name : Run chart-testing lint
4747 run : ct lint --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }}
4848
4949
5050 - name : Run unit tests
5151 run : |
52- for FILE in charts/*; do
52+ for FILE in charts/*; do
5353 helm dependency update $FILE
5454 helm unittest $FILE
5555 done
You can’t perform that action at this time.
0 commit comments