File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
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.14 .0
11
11
12
12
jobs :
13
13
release :
50
50
helm s3 push chart_release/* tscharts --acl public-read --relative
51
51
52
52
- name : Create release
53
- uses : ncipollo/release-action@v1.12 .0
53
+ uses : ncipollo/release-action@v1.14 .0
54
54
with :
55
55
tag : ${{ env.CHART_VERSION }}
56
56
allowUpdates : true
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.14 .0
13
+ kubescape-version : v2.9.2
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.14 .0
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.6 .1
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.6 .1
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