Skip to content

Commit

Permalink
Merge branch 'main' into renovate/main-ghcr.io-onedr0p-sonarr-develop…
Browse files Browse the repository at this point in the history
…-4.x
  • Loading branch information
onedr0p authored Dec 22, 2023
2 parents e4c2c75 + c33b2af commit e604340
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,6 @@ jobs:
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git

# - name: Setup Workflow Tools
# uses: jdx/rtx-action@v1
# with:
# install: true
# cache: true
# rtx_toml: |
# [tools]
# flux2 = "latest"

# - name: Diff Resources
# uses: allenporter/flux-local/action/[email protected]
# id: diff
# with:
# sources: home-kubernetes
# path: "${{ matrix.paths }}"
# resource: "${{ matrix.resources }}"

- name: Checkout Live Branch
uses: actions/checkout@v4
with:
Expand All @@ -103,10 +86,11 @@ jobs:
uses: docker://ghcr.io/allenporter/flux-local:main
with:
args: >-
--log-level DEBUG
diff ${{ matrix.resources }}
--unified 6
--path-orig /github/workspace/default/${{ matrix.paths }}
--path /github/workspace/pull/${{ matrix.paths }}
--path-orig default/${{ matrix.paths }}
--path pull/${{ matrix.paths }}
--strip-attrs "helm.sh/chart,checksum/config,app.kubernetes.io/version,chart"
--limit-bytes 10000
--all-namespaces
Expand Down

0 comments on commit e604340

Please sign in to comment.