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 7edc923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ 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:
helmfile-args: apply --environment staging
helmfile-workdirectory: ./helmfile
helm-plugins: >
https://github.com/databus23/helm-diff,
https://github.com/jkroepke/helm-secrets
https://github.com/jkroepke/helm-secrets,
https://github.com/aslafy-z/helm-git

0 comments on commit 7edc923

Please sign in to comment.