File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99env :
10- helm-version : v3.11.0
10+ helm-version : v3.12.1
1111
1212jobs :
1313 release :
Original file line number Diff line number Diff line change 99
1010env :
1111 golang-version : 1.18.4
12- helm-version : v3.11.0
13- kubescape-version : v2.0.183
12+ helm-version : v3.12.1
13+ kubescape-version : v2.3.6
1414
1515jobs :
1616 security-audit :
Original file line number Diff line number Diff line change 44 branches-ignore : ['renovate/**']
55 pull_request :
66env :
7- helm-version : v3.11.0
7+ helm-version : v3.12.1
88jobs :
99 lint :
1010 runs-on : ubuntu-latest
1414 with :
1515 fetch-depth : 0
1616 - name : Set up chart-testing
17- uses : helm/chart-testing-action@v2.3.1
17+ uses : helm/chart-testing-action@v2.4.0
1818 - name : Run chart-testing (lint)
1919 run : make lint
2020 - name : Run ShellCheck on scripts shipped with helm chart
4343 sudo sysctl fs.inotify.max_user_watches=524288
4444 sudo sysctl fs.inotify.max_user_instances=524288
4545 - name : Set up chart-testing
46- uses : helm/chart-testing-action@v2.3.1
46+ uses : helm/chart-testing-action@v2.4.0
4747 - name : Start kuberenetes cluster with cert-manager
4848 env :
4949 KUBE_VERSION : ${{ matrix.kube }}
You can’t perform that action at this time.
0 commit comments