Skip to content

chore(deps): update helm release argo-cd to v5.40.0 #6

chore(deps): update helm release argo-cd to v5.40.0

chore(deps): update helm release argo-cd to v5.40.0 #6

Workflow file for this run

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: |
cat main.yaml
- run: |
cat pr.yaml
- run: |
diff main.yaml pr.yaml