Skip to content

Commit b543936

Browse files
test(deps): update dependency flux to v2.5.1 (main) (#4158)
test(deps): update dependency flux to v2.5.1 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17d449a commit b543936

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN install-tool dotnet 8.0.406
6666
RUN install-tool flutter 3.29.1
6767

6868
# renovate: datasource=github-releases packageName=fluxcd/flux2
69-
RUN install-tool flux v2.4.0
69+
RUN install-tool flux v2.5.1
7070

7171
# renovate: datasource=github-releases packageName=git-lfs/git-lfs
7272
RUN install-tool git-lfs v3.6.1

test/flux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ARG CONTAINERBASE_DEBUG
3232
ARG CONTAINERBASE_LOG_LEVEL
3333

3434
# renovate: datasource=github-releases depName=flux packageName=fluxcd/flux2
35-
ARG FLUX_VERSION=v2.4.0
35+
ARG FLUX_VERSION=v2.5.1
3636

3737
USER 12021
3838

test/flux/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838
FROM base AS test-flux
3939

4040
# renovate: datasource=github-releases packageName=fluxcd/flux2
41-
RUN install-tool flux v2.4.0
41+
RUN install-tool flux v2.5.1
4242

4343
#--------------------------------------
4444
# Image: final

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN set -ex; id; id | grep "uid=${USER_ID}(${USER_NAME}) gid=0(root) groups=0(ro
179179
ARG IGNORED_TOOLS=powershell,node
180180

181181
# renovate: datasource=github-releases packageName=fluxcd/flux2
182-
RUN install-tool flux v2.4.0
182+
RUN install-tool flux v2.5.1
183183

184184
# renovate: datasource=github-releases packageName=git-lfs/git-lfs
185185
RUN install-tool git-lfs v3.6.1

0 commit comments

Comments
 (0)