0.3.0
- Makes container health probes and ports in the Helm chart configurable via the following templates
helm/app/templates/_probes.tpl
for health probeshelm/app/templates/_container-ports.tpl
forcontainerPort
values
- Adds a new empty twig template
helm/app/_twig/values.yaml/additional.yml.twig
, that allows projects to specify additional Helm values without having to override the entirevalues.yaml.twig
file.