Skip to content

Commit 06e18ea

Browse files
authored
Working helm 4 / helm unit-test incompatibility (#1556)
1 parent 8477167 commit 06e18ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
helm env
5858
# renovate: datasource=github-tags depName=helm-unittest/helm-unittest
59-
helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.3.6
59+
helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.3.6 --verify=false
6060
6161
- name: Run chart-testing (lint)
6262
run: ct lint --config ct.yaml

0 commit comments

Comments
 (0)