Skip to content

Commit

Permalink
adding helm
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadel authored Oct 13, 2023
1 parent 4e1e3ea commit 43b4094
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/upgrade-install-argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
# Specify your Loft access key here
access-key: ${{ secrets.LOFT_ACCESS_KEY }}


- id: install-helm
run: |
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt-get install apt-transport-https --yes
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm
- id: argocd-upgrade-install
run: |
loft use cluster loft-cluster
Expand Down

0 comments on commit 43b4094

Please sign in to comment.