Skip to content

Commit

Permalink
add helm-git plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Oct 26, 2024
1 parent ed6e07e commit bdf89a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- run: |
mkdir -p ~/.kube
sops decrypt ./helmfile/secrets/kubeconfig > ~/.kube/config
chmod 600 ~/.kube/config
# - run: echo "IMAGE_TAG=sha-$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
- uses: helmfile/helmfile-action@80fbb6408b98822310f94d8d1321a2cacf87f78f #v1.9.2
with:
Expand All @@ -80,3 +81,4 @@ jobs:
helm-plugins: >
https://github.com/databus23/helm-diff,
https://github.com/jkroepke/helm-secrets
https://github.com/aslafy-z/helm-git

0 comments on commit bdf89a0

Please sign in to comment.