Skip to content

Commit

Permalink
test(deps): update dependency flux to v2.2.0 (#1865)
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 Dec 12, 2023
1 parent 9c8920a commit 3a85d5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN install-tool dotnet 8.0.100
RUN install-tool flutter 3.16.3

# renovate: datasource=github-releases packageName=fluxcd/flux2
RUN install-tool flux v2.1.2
RUN install-tool flux v2.2.0

# renovate: datasource=github-releases packageName=git-lfs/git-lfs
RUN install-tool git-lfs v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion test/flux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY src/ /
RUN install-containerbase

# renovate: datasource=github-releases depName=flux packageName=fluxcd/flux2
ARG FLUX_VERSION=v2.1.2
ARG FLUX_VERSION=v2.2.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 @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-flux

# renovate: datasource=github-releases packageName=fluxcd/flux2
RUN install-tool flux v2.1.2
RUN install-tool flux v2.2.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 @@ -161,7 +161,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.1.2
RUN install-tool flux v2.2.0

# renovate: datasource=github-releases packageName=git-lfs/git-lfs
RUN install-tool git-lfs v3.4.0
Expand Down

0 comments on commit 3a85d5e

Please sign in to comment.