We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a732d33 commit 7bc6d2aCopy full SHA for 7bc6d2a
1 file changed
resources/install-argocd.sh
@@ -6,12 +6,12 @@
6
7
set -euxo pipefail
8
9
-ARGO_OPERATOR_VERSION="v0.11.0"
+ARGO_OPERATOR_VERSION="v0.17.0"
10
KTBX_INSTALL_DIR="${KTBX_INSTALL_DIR:-/usr/local/bin/}"
11
12
# Get lates release version with below command:
13
# argocd_version=$(curl --silent "https://api.github.com/repos/argoproj/argo-cd/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
14
-argocd_version="v2.12.3"
+argocd_version="v3.3.6"
15
GITHUB_URL="https://raw.githubusercontent.com/argoproj-labs/argocd-operator/$ARGO_OPERATOR_VERSION"
16
17
OPERATOR_NAMESPACE="operators"
0 commit comments