Skip to content

Commit 090a834

Browse files
authored
Update after_upgrade_restart.sh
1 parent 5c276de commit 090a834

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

on-prem-installers/onprem/after_upgrade_restart.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ APP_MAX_WAIT=90 # 5 minutes to wait for any app (Healthy+Synced)
7070
APP_MAX_RETRIES=3 # retry X times for each app
7171
GLOBAL_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."

0 commit comments

Comments
 (0)