We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996ee45 commit 8f5000cCopy full SHA for 8f5000c
install/gitops.sh
@@ -22,7 +22,7 @@ install() {
22
ARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
23
24
# renovate: datasource=github-tags depName=fluxcd/flux2
25
- local FLUX_VERSION_TAG="v2.7.3"
+ local FLUX_VERSION_TAG="v2.7.4"
26
local FLUX_VERSION="${FLUX_VERSION_TAG/v/}"
27
if [[ ! -f "${HOME}/opt/flux/flux_${FLUX_VERSION}" ]]; then
28
mkdir -p "${HOME}/opt/flux"
0 commit comments