Skip to content

Commit

Permalink
feat(github-action): update image ghcr.io/allenporter/flux-local to v…
Browse files Browse the repository at this point in the history
…5.5.0 (#6915)

| datasource | package                        | from   | to     |
| ---------- | ------------------------------ | ------ | ------ |
| docker     | ghcr.io/allenporter/flux-local | v5.4.0 | v5.5.0 |

Co-authored-by: rosey-the-renovator-bot[bot] <98764075+rosey-the-renovator-bot[bot]@users.noreply.github.com>
  • Loading branch information
rosey-the-renovator-bot[bot] authored Aug 7, 2024
1 parent 4debd98 commit 7e012fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
path: default

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:v5.4.0
uses: docker://ghcr.io/allenporter/flux-local:v5.5.0
with:
args: >-
diff ${{ matrix.resources }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
path: pull

- name: Gather Images in Default Branch
uses: docker://ghcr.io/allenporter/flux-local:v5.4.0
uses: docker://ghcr.io/allenporter/flux-local:v5.5.0
with:
args: >-
get cluster
Expand All @@ -96,7 +96,7 @@ jobs:
--output-file default.yaml
- name: Gather Images in Pull Request Branch
uses: docker://ghcr.io/allenporter/flux-local:v5.4.0
uses: docker://ghcr.io/allenporter/flux-local:v5.5.0
with:
args: >-
get cluster
Expand Down

0 comments on commit 7e012fc

Please sign in to comment.