You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm lint currently reports an error for our chart:
$ helm lint helm/reana -f helm/configurations/values-dev.yaml
engine.go:189: [INFO] Fail:
ERROR: You must have at least networking.k8s.io/v1beta1 to use ingressClass
==> Linting helm/reana
1 chart(s) linted, 0 chart(s) failed
Expected behaviour
Our charts should pass linting error-free.
Bonus
Introduce chart linting to the run-tests.sh and the CI process.
Current behaviour
helm lint
currently reports an error for our chart:Expected behaviour
Our charts should pass linting error-free.
Bonus
Introduce chart linting to the
run-tests.sh
and the CI process.See also https://github.com/helm/chart-testing
The text was updated successfully, but these errors were encountered: