File tree Expand file tree Collapse file tree
on-prem-installers/onprem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,15 +70,6 @@ APP_MAX_WAIT=90 # 5 minutes to wait for any app (Healthy+Synced)
7070APP_MAX_RETRIES=3 # retry X times for each app
7171GLOBAL_SYNC_RETRIES=4 # Global retry for entire sync process
7272
73- # Root app final wait
74- ROOT_APP_MAX_WAIT=300 # 5 minutes
75-
76- # Global script timeout
77- SCRIPT_MAX_TIMEOUT=1800 # 20 minutes
78-
79- # Installer behaviour
80- CURL_TIMEOUT=20
81-
8273# ============================================================
8374# REQUIRE COMMANDS
8475# ============================================================
@@ -100,7 +91,7 @@ install_argocd_cli() {
10091 VERSION=$( curl -L -s https://raw.githubusercontent.com/argoproj/argo-cd/stable/VERSION)
10192 echo " [INFO] Latest version: $VERSION "
10293 curl -sSL -o argocd-linux-amd64 \
103- https://github.com/argoproj/argo-cd/releases/download/v${VERSION} /argocd-linux-amd64
94+ https://github.com/argoproj/argo-cd/releases/download/v" ${VERSION} " /argocd-linux-amd64
10495 sudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd
10596 rm -f argocd-linux-amd64
10697 echo " [INFO] argocd CLI installed successfully."
You can’t perform that action at this time.
0 commit comments