noheat: deploy helm with plugins & chartmuseum
[integration.git] / deployment / noheat / cluster-rke / ansible / roles / setup_helm / defaults / main.yml
1 ---
2 helm_version: "3.6.3"
3 chartmuseum_version: "0.13.1"
4 chartmuseum_port: "8879"
5 chartmuseum_dir: "{{ ansible_user_dir }}/helm3-storage"
6 local_user: "{{ ansible_user_id }}"