From eda6bb3ecbe932de95390521a295fc3589dc1823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:14:35 +0000 Subject: [PATCH] chore(deps): update dependency fluxcd/flux2 to v2.7.0 --- installations/kubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/kubernetes.sh b/installations/kubernetes.sh index 903fd251..ee0d906e 100644 --- a/installations/kubernetes.sh +++ b/installations/kubernetes.sh @@ -28,7 +28,7 @@ install() { fi # renovate: datasource=github-releases depName=fluxcd/flux2 - local FLUX_VERSION="v2.6.4" + local FLUX_VERSION="v2.7.0" archive_to_binary "https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_${FLUX_VERSION#v}_$(normalized_os)_$(normalized_arch "amd64" "arm" "arm64").tar.gz" "flux" flux completion bash >"${HOME}/opt/completions/flux-completion.sh"