diff --git a/install/gitops.sh b/install/gitops.sh index 705e4c45..fc513ac7 100644 --- a/install/gitops.sh +++ b/install/gitops.sh @@ -22,7 +22,7 @@ install() { ARCH=$(uname -m | tr '[:upper:]' '[:lower:]') # renovate: datasource=github-tags depName=fluxcd/flux2 - local FLUX_VERSION_TAG="v2.4.0" + local FLUX_VERSION_TAG="v2.5.0" local FLUX_VERSION="${FLUX_VERSION_TAG/v/}" if [[ ! -f "${HOME}/opt/flux/flux_${FLUX_VERSION}" ]]; then mkdir -p "${HOME}/opt/flux"