Skip to content

Commit

Permalink
feat(github-action): update ghcr.io/allenporter/flux-local ( v6.0.2 →…
Browse files Browse the repository at this point in the history
… v6.1.0 ) (#6079)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/allenporter/flux-local](https://redirect.github.com/allenporter/flux-local)
| docker | minor | `v6.0.2` -> `v6.1.0` |

---

### Release Notes

<details>
<summary>allenporter/flux-local
(ghcr.io/allenporter/flux-local)</summary>

###
[`v6.1.0`](https://redirect.github.com/allenporter/flux-local/compare/6.0.2...6.1.0)

[Compare
Source](https://redirect.github.com/allenporter/flux-local/compare/6.0.2...6.1.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi4zIiwidXBkYXRlZEluVmVyIjoiMzkuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwicmVub3ZhdGUvZ2l0aHViLWFjdGlvbiIsInR5cGUvbWlub3IiXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Dec 25, 2024
1 parent f972d61 commit d33a5da
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 @@ -77,7 +77,7 @@ jobs:
path: default

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:v6.0.2
uses: docker://ghcr.io/allenporter/flux-local:v6.1.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 @@ -85,7 +85,7 @@ jobs:
path: pull

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

0 comments on commit d33a5da

Please sign in to comment.