Skip to content

0.3.0

Compare
Choose a tag to compare
@jameshalsall jameshalsall released this 24 Feb 15:42
· 182 commits to master since this release
987d108
  • Makes container health probes and ports in the Helm chart configurable via the following templates
    • helm/app/templates/_probes.tpl for health probes
    • helm/app/templates/_container-ports.tpl for containerPort 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 entire values.yaml.twig file.