Skip to content
Snippets Groups Projects
Commit aa79024a authored by garciadeblas's avatar garciadeblas
Browse files

Set Flux CLI version to 2.4.0


Change-Id: I50367ac62ed3bb2e97c5010e264685ac4667d1aa
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent f7a207d0
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@ if [ -n "${INSTALL_MINIO}" ]; then
fi
# Flux client
curl -s https://fluxcd.io/install.sh | sudo bash
FLUX_CLI_VERSION="2.4.0"
curl -s https://fluxcd.io/install.sh | sudo FLUX_VERSION=${FLUX_CLI_VERSION} bash
# Autocompletion
. <(flux completion bash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment