Validates Helm Templates (used by helm-template-validator Github Action)
<helm-version>
mentioned below is defined inHELM_VERSION.txt
file.<version>
mentioned below is defined inVERSION.txt
file.
docker build --build-arg HELM_VERSION=<helm-version> -t nanda/helm-template-validator:<version> .
<version>
mentioned below is defined inVERSION.txt
file.
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 ...