We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82647e9 commit 4790affCopy full SHA for 4790aff
1 file changed
update.sh
@@ -11,15 +11,7 @@ CLI_NAME="$1"
11
VERSION="$2"
12
BREW_VERSION="$3"
13
14
-if [ "${CLI_NAME}" = "argocd" ]; then
15
- URL_BASE="https://github.com/argoproj/argo-cd/releases/download"
16
- CLASSNAME="Argocd"
17
- DESC="GitOps Continuous Delivery for Kubernetes"
18
-elif [ "${CLI_NAME}" = "argo" ]; then
19
- URL_BASE="https://github.com/argoproj/argo/releases/download"
20
- CLASSNAME="Argo"
21
- DESC="Get stuff done with container-native workflows for Kubernetes."
22
-elif [ "${CLI_NAME}" = "kubectl-argo-rollouts" ]; then
+if [ "${CLI_NAME}" = "kubectl-argo-rollouts" ]; then
23
URL_BASE="https://github.com/argoproj/argo-rollouts/releases/download"
24
CLASSNAME="KubectlArgoRollouts"
25
DESC="Kubectl Argo Rollouts Plugin."
0 commit comments