Skip to content

Commit

Permalink
fix(chezmoi): upgrade package installation; Add apt installation for …
Browse files Browse the repository at this point in the history
…helm and remove snap installation for helm in packages configuration. Update run_once_after script to remove helm from snap packages list.
  • Loading branch information
entelecheia committed May 22, 2023
1 parent b24de55 commit 8484d4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,12 @@ packages:
- name: gpg-suite
script: true
- name: helm
apt: true
brew: true
snap: true
keyring_file: helm.gpg
keyring_url: https://baltocdn.com/helm/signing.asc
source_list_file: helm-stable-debian.list
source_list_line: "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main"
- name: jq
apt: true
brew: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if ! command -v snap >/dev/null; then
else

readonly wanted_sanp_packages=(
helm
# {{ if .microk8s.enabled }}
microk8s
# {{ end }}
Expand Down

0 comments on commit 8484d4d

Please sign in to comment.