Skip to content

Commit

Permalink
test(deps): update dependency flux to v2.4.0 (#3356)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent d152d5b commit ead0fda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/flux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/flux/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ead0fda

Please sign in to comment.