From d04de2dd669c713018cf6796f0ef6857c0bb08cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:01:27 +0000 Subject: [PATCH] chore(deps): update dependency fluxcd/flux2 to v2.9.3 --- installations/kubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/kubernetes.sh b/installations/kubernetes.sh index a62c03f7..e2a6d610 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.2" + local FLUX_VERSION="v2.9.3" 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"