From ead0fda602506c5c182f8cada428809c7b02f71a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:03:31 +0200 Subject: [PATCH] test(deps): update dependency flux to v2.4.0 (#3356) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 78e963f8f..7f5db3d01 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -63,7 +63,7 @@ RUN install-tool dotnet 8.0.402 RUN install-tool flutter 3.24.3 # renovate: datasource=github-releases packageName=fluxcd/flux2 -RUN install-tool flux v2.3.0 +RUN install-tool flux v2.4.0 # renovate: datasource=github-releases packageName=git-lfs/git-lfs RUN install-tool git-lfs v3.5.1 diff --git a/test/flux/Dockerfile b/test/flux/Dockerfile index 14eb2eccb..05604cd7f 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.3.0 +ARG FLUX_VERSION=v2.4.0 USER 1000 diff --git a/test/flux/Dockerfile.arm64 b/test/flux/Dockerfile.arm64 index eba387862..e41d4d07a 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.3.0 +RUN install-tool flux v2.4.0 #-------------------------------------- # Image: final diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index 55fef8520..a5255a921 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -179,7 +179,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.3.0 +RUN install-tool flux v2.4.0 # renovate: datasource=github-releases packageName=git-lfs/git-lfs RUN install-tool git-lfs v3.5.1