Validates Helm Templates (used by helm-template-validator Github Action)
<helm-version>mentioned below is defined inHELM_VERSION.txtfile.<version>mentioned below is defined inVERSION.txtfile.
docker build --build-arg HELM_VERSION=<helm-version> -t nanda/helm-template-validator:<version> .
<version>mentioned below is defined inVERSION.txtfile.
docker run -it nanda/helm-template-validator:<version> # prints help for Helm
docker run -it nanda/helm-template-validator:<version> version
docker run -it nanda/helm-template-validator:<version> template ...