From 882bf4a711d5b6e014c6a4b9b8e82fb7d280f7b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 12:28:44 +0000 Subject: [PATCH] test(deps): update dependency flux to v2.8.6 --- test/Dockerfile.distro | 2 +- test/flux/Dockerfile | 2 +- test/flux/Dockerfile.arm64 | 2 +- test/latest/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index fd01241b6d..a01ab73e44 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -65,7 +65,7 @@ RUN install-tool dotnet 10.0.202 RUN install-tool flutter 3.41.7 # renovate: datasource=github-releases packageName=fluxcd/flux2 -RUN install-tool flux v2.8.5 +RUN install-tool flux v2.8.6 # renovate: datasource=github-releases packageName=git-lfs/git-lfs RUN install-tool git-lfs v3.7.1 diff --git a/test/flux/Dockerfile b/test/flux/Dockerfile index fd2aa11323..e228ee99af 100644 --- a/test/flux/Dockerfile +++ b/test/flux/Dockerfile @@ -32,7 +32,7 @@ ARG CONTAINERBASE_DEBUG ARG CONTAINERBASE_LOG_LEVEL # renovate: datasource=github-releases depName=flux packageName=fluxcd/flux2 -ARG FLUX_VERSION=v2.8.5 +ARG FLUX_VERSION=v2.8.6 USER 12021 diff --git a/test/flux/Dockerfile.arm64 b/test/flux/Dockerfile.arm64 index ba191942ac..709c17b18b 100644 --- a/test/flux/Dockerfile.arm64 +++ b/test/flux/Dockerfile.arm64 @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL FROM base AS test-flux # renovate: datasource=github-releases packageName=fluxcd/flux2 -RUN install-tool flux v2.8.5 +RUN install-tool flux v2.8.6 #-------------------------------------- # Image: final diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index f19b2a51f3..50037825b3 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -185,7 +185,7 @@ RUN set -ex; id; id | grep "uid=${USER_ID}(${USER_NAME}) gid=0(root) groups=0(ro ARG IGNORED_TOOLS=powershell,node # renovate: datasource=github-releases packageName=fluxcd/flux2 -RUN install-tool flux v2.8.5 +RUN install-tool flux v2.8.6 # renovate: datasource=github-releases packageName=git-lfs/git-lfs RUN install-tool git-lfs v3.7.1