Skip to content
Snippets Groups Projects

chore(deps): update dependency fluxcd/flux2 to v2.2.3

Merged Botaniker (Bot) requested to merge renovate/fluxcd-flux2-2.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -50,7 +50,7 @@ flux:
FROM ../mirror+fedora
# renovate: datasource=github-releases depName=fluxcd/flux2
ARG FLUX_VERSION=v2.2.2
ARG FLUX_VERSION=v2.2.3
ENV FLUX_VERSION=${FLUX_VERSION}
RUN curl -L https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_$(sed 's/^v//g' <<<${FLUX_VERSION})_linux_amd64.tar.gz | tar xvzf - flux \
Loading