File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1212 - " helm/**"
1313 - " .github/workflows/helm-test.yml"
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 test-helm-chart :
1720 name : Test Helm Chart with Kind
3437 cache-to : type=gha,mode=max
3538
3639 - name : Create Kind cluster
37- uses : helm/kind-action@026472392573094226832982b6a5182641d20195 # v1.0 .0
40+ uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
3841 with :
3942 cluster_name : toolhive-test
4043 node_image : kindest/node:v1.28.0
Original file line number Diff line number Diff line change 1212 - " helm/**"
1313 - " .github/workflows/lint-helm.yml"
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 lint-chart :
1720 name : Lint Helm Chart
Original file line number Diff line number Diff line change @@ -151,4 +151,3 @@ envFrom: []
151151# name: app-config
152152# - secretRef:
153153# name: app-secrets
154-
You can’t perform that action at this time.
0 commit comments