From 2c7299fa340e6918a59d92981f01652e9464ee86 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 22 Jan 2021 15:09:51 +0100 Subject: Add Helm v3 plugin deployment playbook Change-Id: I3999dd64dd87f163a3306b74cec88019d821759e Issue-ID: OOM-2665 Signed-off-by: Bartek Grzybowski --- ansible/roles/application/tasks/transfer-helm-charts.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible/roles/application/tasks/transfer-helm-charts.yml') diff --git a/ansible/roles/application/tasks/transfer-helm-charts.yml b/ansible/roles/application/tasks/transfer-helm-charts.yml index ac910735..2101a5ab 100644 --- a/ansible/roles/application/tasks/transfer-helm-charts.yml +++ b/ansible/roles/application/tasks/transfer-helm-charts.yml @@ -22,3 +22,5 @@ - include_tasks: install-helm2-plugins.yml when: helm_version | regex_search("^v2" ) +- include_tasks: install-helm3-plugins.yml + when: helm_version | regex_search("^v3" ) -- cgit 1.2.3-korg