File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 77 tags :
88 - flagsmith-*.*.*
99
10- env :
11- HELM_VERSION : v3.5.4
12-
1310jobs :
1411 release :
1512 runs-on : ubuntu-latest
2118 fetch-depth : 0
2219
2320 - name : Install Helm
24- # TODO: bump this to v3
25- uses : azure/setup-helm@v1
21+ uses : azure/setup-helm@v3
2622 with :
27- # TODO: standardise the version of Helm used across this workflow
28- version : ${{ env.HELM_VERSION }}
23+ version : v3.5.4
2924
3025 - name : Add chart repo dependencies
3126 # Note: this repos should match with the repos set in ct.yaml
3732 helm repo add bitnami https://charts.bitnami.com/bitnami
3833
3934 - name : Set up chart-testing
40- # TODO: relax this to just v2
41- 35+ uses : helm/chart-testing-action@v2
4236 with :
43- version : ${{ env.HELM_VERSION }}
37+ version : v3.3.0
4438
4539 - name : Run chart-testing (lint)
4640 run : ct lint --config ct.yaml --lint-conf lintconf.yaml
You can’t perform that action at this time.
0 commit comments