Add helm as a mandatory package (incl. its debian repo)
This commit is contained in:
@@ -27,6 +27,7 @@ apt_packages:
|
|||||||
- google-chrome-stable
|
- google-chrome-stable
|
||||||
- google-cloud-cli
|
- google-cloud-cli
|
||||||
- graphviz
|
- graphviz
|
||||||
|
- helm
|
||||||
- htop
|
- htop
|
||||||
- hugo
|
- hugo
|
||||||
- hyphen-de
|
- hyphen-de
|
||||||
@@ -156,3 +157,8 @@ apt_repositories:
|
|||||||
- url: https://dl-ssl.google.com/linux/linux_signing_key.pub
|
- url: https://dl-ssl.google.com/linux/linux_signing_key.pub
|
||||||
repositories: http://dl.google.com/linux/chrome/deb/
|
repositories: http://dl.google.com/linux/chrome/deb/
|
||||||
|
|
||||||
|
- name: helm
|
||||||
|
sign_keys:
|
||||||
|
- url: https://packages.buildkite.com/helm-linux/helm-debian/gpgkey
|
||||||
|
repositories: https://packages.buildkite.com/helm-linux/helm-debian/any
|
||||||
|
suites: "any"
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ brew_packages:
|
|||||||
- git-delta
|
- git-delta
|
||||||
- gcloud-cli
|
- gcloud-cli
|
||||||
- graphviz
|
- graphviz
|
||||||
|
- helm
|
||||||
- htop
|
- htop
|
||||||
- hugo
|
- hugo
|
||||||
- imagemagick
|
- imagemagick
|
||||||
|
|||||||
3
main.yml
3
main.yml
@@ -24,4 +24,7 @@
|
|||||||
url: "{{ fly_url }}"
|
url: "{{ fly_url }}"
|
||||||
dest: "{{ lookup('env', 'HOME') }}/.local/bin/fly"
|
dest: "{{ lookup('env', 'HOME') }}/.local/bin/fly"
|
||||||
mode: "u=rwx,g=rx,o=rx"
|
mode: "u=rwx,g=rx,o=rx"
|
||||||
|
- name: Ensure helm diff
|
||||||
|
tags: [packages]
|
||||||
|
shell: helm plugin install https://github.com/databus23/helm-diff
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user