zuul-jobs/roles/helm-template
Radosław Piliszek 0f662a23d0 Drop Helm v2 support to fix v3 issue
Helm v2 is long gone and there seems to be no interest in
supporting it any longer. [1]

Dropping support for v2 allows for an easy fix to the
command used so that it names the release properly
as it was supposed to instead of trying to set the
namespace name (the -n switch changed purpose [1]).

[1] https://lists.zuul-ci.org/archives/list/zuul-discuss@lists.zuul-ci.org/thread/WUWBM5F3PXXDLKK6JNSP4UR4VTWDNPZ4/

Story: 2010783
Task: 48201
Change-Id: I00676bcc7e8b4f3ec014f2292c6c0ee4c17acd96
2023-06-20 17:06:36 +02:00
..
defaults helm-template: allow users to disable wait-for-pods 2020-04-20 20:07:07 -04:00
tasks Drop Helm v2 support to fix v3 issue 2023-06-20 17:06:36 +02:00
README.rst helm-template: enable using values file 2020-04-20 20:34:40 -04:00

README.rst

Run Helm by templating the chart, it assumes that a Kubernetes cluster is already setup and the Helm executable is installed.

Role Variables

Helm release name (mandatory)

Directory of the Helm chart.

File containing Helm values to use when templating.