Skip to content

Commit

Permalink
2024-02-05 00:19:22 dotfiles updates
Browse files Browse the repository at this point in the history
  • Loading branch information
psadi committed Feb 4, 2024
1 parent 3611002 commit c8fd8b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ansible/roles/github/tasks/non_gh_packages_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@
url: "https://dl.k8s.io/release/{{ k8s_stable_version.content }}/bin/linux/amd64/kubectl"
dest: "/usr/local/bin/kubectl"
mode: "0755"

- name: Download and install Helm
ansible.builtin.command: "curl -s https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash"
7 changes: 7 additions & 0 deletions ansible/roles/github/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,11 @@ github_package_repos:
extra_opts: "lazygit"
replace_version: true
split: false
- name: helm/helm
url: https://get.helm.sh/helm-[VERSION]-linux-amd64.tar.gz
extra_opts:
- "linux-amd64/helm"
- "--strip-components=1"
replace_version: false
split: false
# # kubectl and helm pending

0 comments on commit c8fd8b8

Please sign in to comment.