Skip to content

Commit

Permalink
ci(github-action): update ghcr.io/allenporter/flux-local ( v7.0.0 → v…
Browse files Browse the repository at this point in the history
…7.1.0 )

| datasource | package                        | from   | to     |
| ---------- | ------------------------------ | ------ | ------ |
| docker     | ghcr.io/allenporter/flux-local | v7.0.0 | v7.1.0 |
  • Loading branch information
kireque-bot[bot] authored Mar 3, 2025
1 parent 2f60c03 commit b2eea52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flux-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Run flux-local test
uses: docker://ghcr.io/allenporter/flux-local:v7.0.0
uses: docker://ghcr.io/allenporter/flux-local:v7.1.0
with:
args: test --enable-helm --path /github/workspace/kubernetes/flux/cluster

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
path: default

- name: Run flux-local diff
uses: docker://ghcr.io/allenporter/flux-local:v7.0.0
uses: docker://ghcr.io/allenporter/flux-local:v7.1.0
with:
args: >-
diff ${{ matrix.resources }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ref: "${{ matrix.branches == 'default' && github.event.repository.default_branch || '' }}"

- name: Gather Images
uses: docker://ghcr.io/allenporter/flux-local:v7.0.0
uses: docker://ghcr.io/allenporter/flux-local:v7.1.0
with:
args: >-
get cluster
Expand Down

0 comments on commit b2eea52

Please sign in to comment.