summaryrefslogtreecommitdiffstats
path: root/ansible/roles/application/tasks/transfer-helm-charts.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/application/tasks/transfer-helm-charts.yml')
-rw-r--r--ansible/roles/application/tasks/transfer-helm-charts.yml2
1 files changed, 2 insertions, 0 deletions
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" )