chore(deps): update helm release argo-cd to v5.40.0 #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: diff | |
on: pull_request | |
jobs: | |
diff-argocd: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: aquaproj/[email protected] | |
with: | |
aqua_version: v2.9.0 | |
- run: | | |
helmfile -f helmfile.yaml template --selector name=argocd > pr.yaml | |
- run: | | |
git checkout HEAD | |
- run: | | |
helmfile -f helmfile.yaml template --selector name=argocd > main.yaml | |
- run: | | |
diff main.yaml pr.yaml |