We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e109a commit 70fed04Copy full SHA for 70fed04
1 file changed
tasks/helm.toml
@@ -26,6 +26,7 @@ hide = true
26
description = "Lint the openshell Helm chart (defaults + all CI configuration variants)"
27
run = """
28
set -e
29
+ helm dependency build deploy/helm/openshell
30
echo "--- helm lint: defaults ---"
31
echo "values files: deploy/helm/openshell/values.yaml"
32
helm lint deploy/helm/openshell
@@ -45,6 +46,7 @@ run = """
45
46
if ! helm plugin list | grep -q unittest; then
47
helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false
48
fi
49
50
helm unittest deploy/helm/openshell
51
"""
52
0 commit comments