From 71d542bed8566ace197ae9cde04d7a7cf61e6330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:00:31 +0000 Subject: [PATCH] chore(deps): update dependency fluxcd/flux2 to v2.9.5 --- installations/kubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/kubernetes.sh b/installations/kubernetes.sh index c5ae278c..ff8ae971 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.9.4" + local FLUX_VERSION="v2.9.5" 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"