mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(gha/fluxcd/flux2): update v2.5.1 ➼ v2.6.4 (#2586)
This commit is contained in:
2
.github/workflows/flux-localhost-build.yaml
vendored
2
.github/workflows/flux-localhost-build.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
private-key: "${{ secrets.BOT_JWT_PRIVATE_KEY }}" # $BOT_JWT_PRIVATE_KEY is generated in GitHub App main settings page, uses the X.509 private key format
|
||||
|
||||
- name: Setup Flux
|
||||
uses: fluxcd/flux2/action@8d5f40dca5aa5d3c0fc3414457dda15a0ac92fa4 # v2.5.1
|
||||
uses: fluxcd/flux2/action@6bf37f6a560fd84982d67f853162e4b3c2235edb # v2.6.4
|
||||
with:
|
||||
version: "${{ env.FLUX_VERSION }}"
|
||||
|
||||
|
||||
4
.github/workflows/kube-flux-diff.yaml
vendored
4
.github/workflows/kube-flux-diff.yaml
vendored
@@ -18,10 +18,10 @@ jobs:
|
||||
resource: ["helmrelease", "kustomization"]
|
||||
steps:
|
||||
- name: Setup Flux
|
||||
uses: fluxcd/flux2/action@8d5f40dca5aa5d3c0fc3414457dda15a0ac92fa4 # v2.5.1
|
||||
uses: fluxcd/flux2/action@6bf37f6a560fd84982d67f853162e4b3c2235edb # v2.6.4
|
||||
with:
|
||||
# renovate: datasource=github-releases depName=fluxcd/flux2
|
||||
version: "2.5.1"
|
||||
version: "2.6.4"
|
||||
|
||||
- name: Diff Resources
|
||||
uses: allenporter/flux-local/action/diff@42e5af6147d86834fe1ab51e8da9f7c14bf85246 # 7.5.6
|
||||
|
||||
Reference in New Issue
Block a user