Skip to content

chore(deps): update dependency helmfile/helmfile to v0.155.1 #23

chore(deps): update dependency helmfile/helmfile to v0.155.1

chore(deps): update dependency helmfile/helmfile to v0.155.1 #23

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