You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 

10 lines
345 B

---
helm_version: '3.5.4'
helm_os: 'linux'
helm_architecture: 'amd64'
helm_filename: 'helm-v{{ helm_version }}-{{ helm_os }}-{{ helm_architecture }}.tar.gz'
helm_mirror: 'https://get.helm.sh'
helm_install_dir: '/usr/local/share/helm'
helm_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"
...