Add Helm
This commit is contained in:
parent
7e595e7e89
commit
35480feaab
@ -25,6 +25,7 @@ desktop_apt_keys_url:
|
|||||||
- "https://download.spotify.com/debian/pubkey_0D811D58.gpg" # Spotify 2
|
- "https://download.spotify.com/debian/pubkey_0D811D58.gpg" # Spotify 2
|
||||||
- "https://packages.cloud.google.com/apt/doc/apt-key.gpg" # kubectl https://kubernetes.io/docs/tasks/tools/install-kubectl/
|
- "https://packages.cloud.google.com/apt/doc/apt-key.gpg" # kubectl https://kubernetes.io/docs/tasks/tools/install-kubectl/
|
||||||
- "https://download.docker.com/linux/ubuntu/gpg" # Docker
|
- "https://download.docker.com/linux/ubuntu/gpg" # Docker
|
||||||
|
- "https://baltocdn.com/helm/signing.asc" # Helm
|
||||||
desktop_apt_keys_url_extra: []
|
desktop_apt_keys_url_extra: []
|
||||||
|
|
||||||
desktop_apt_repos:
|
desktop_apt_repos:
|
||||||
@ -35,6 +36,7 @@ desktop_apt_repos:
|
|||||||
- "deb https://packages.riot.im/debian/ default main" # Element
|
- "deb https://packages.riot.im/debian/ default main" # Element
|
||||||
- "deb https://apt.kubernetes.io/ kubernetes-xenial main" # Kubernetes
|
- "deb https://apt.kubernetes.io/ kubernetes-xenial main" # Kubernetes
|
||||||
- "deb https://download.docker.com/linux/ubuntu focal stable" # Docker
|
- "deb https://download.docker.com/linux/ubuntu focal stable" # Docker
|
||||||
|
- "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm
|
||||||
# First-party PPAs
|
# First-party PPAs
|
||||||
- "ppa:phoerious/keepassxc" # KeepassXC
|
- "ppa:phoerious/keepassxc" # KeepassXC
|
||||||
- "ppa:minetestdevs/stable" # Minetest
|
- "ppa:minetestdevs/stable" # Minetest
|
||||||
@ -56,6 +58,7 @@ desktop_apt_packages:
|
|||||||
- fastboot # Also used for phone debugging
|
- fastboot # Also used for phone debugging
|
||||||
- ffmpeg # Fantastic tool, used on the daily
|
- ffmpeg # Fantastic tool, used on the daily
|
||||||
- git # Just ensuring it's installed, probably already in build-essential
|
- git # Just ensuring it's installed, probably already in build-essential
|
||||||
|
- helm # It Just Works
|
||||||
- imagemagick # I use it from time to time to do scripted image editing
|
- imagemagick # I use it from time to time to do scripted image editing
|
||||||
- kubectl # From the Kubernetes repo, used to manage clusters
|
- kubectl # From the Kubernetes repo, used to manage clusters
|
||||||
- qemu-user-static # Just some virtualization packages
|
- qemu-user-static # Just some virtualization packages
|
||||||
|
Loading…
Reference in New Issue
Block a user