Skip to content

chore(deps): update helm release argo-cd to v5.43.3 #22

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

chore(deps): update helm release argo-cd to v5.43.3 #22

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 > /tmp/pr.yaml
- uses: actions/checkout@v3
with:
ref: main
- run: |
helmfile -f helmfile.yaml template --selector name=argocd > /tmp/main.yaml
- run: |
diff /tmp/main.yaml /tmp/pr.yaml --color || true