Skip to content

Commit 8f5000c

Browse files
committed
chore(deps): update dependency fluxcd/flux2 to v2.7.4
1 parent 996ee45 commit 8f5000c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/gitops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install() {
2222
ARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
2323

2424
# renovate: datasource=github-tags depName=fluxcd/flux2
25-
local FLUX_VERSION_TAG="v2.7.3"
25+
local FLUX_VERSION_TAG="v2.7.4"
2626
local FLUX_VERSION="${FLUX_VERSION_TAG/v/}"
2727
if [[ ! -f "${HOME}/opt/flux/flux_${FLUX_VERSION}" ]]; then
2828
mkdir -p "${HOME}/opt/flux"

0 commit comments

Comments
 (0)