File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
env :
10
- helm-version : v3.11.0
10
+ helm-version : v3.11.2
11
11
12
12
jobs :
13
13
release :
Original file line number Diff line number Diff line change 9
9
10
10
env :
11
11
golang-version : 1.18.4
12
- helm-version : v3.11.0
13
- kubescape-version : v2.0.183
12
+ helm-version : v3.11.2
13
+ kubescape-version : v2.2.6
14
14
15
15
jobs :
16
16
security-audit :
Original file line number Diff line number Diff line change 4
4
branches-ignore : ['renovate/**']
5
5
pull_request :
6
6
env :
7
- helm-version : v3.11.0
7
+ helm-version : v3.11.2
8
8
jobs :
9
9
lint :
10
10
runs-on : ubuntu-latest
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up chart-testing
17
- uses : helm/chart-testing-action@v2.3.1
17
+ uses : helm/chart-testing-action@v2.4.0
18
18
- name : Run chart-testing (lint)
19
19
run : make lint
20
20
- name : Run ShellCheck on scripts shipped with helm chart
43
43
sudo sysctl fs.inotify.max_user_watches=524288
44
44
sudo sysctl fs.inotify.max_user_instances=524288
45
45
- name : Set up chart-testing
46
- uses : helm/chart-testing-action@v2.3.1
46
+ uses : helm/chart-testing-action@v2.4.0
47
47
- name : Start kuberenetes cluster with cert-manager
48
48
env :
49
49
KUBE_VERSION : ${{ matrix.kube }}
You can’t perform that action at this time.
0 commit comments