diff --git a/resources/install-argocd.sh b/resources/install-argocd.sh index ce764f2..cb76555 100755 --- a/resources/install-argocd.sh +++ b/resources/install-argocd.sh @@ -6,11 +6,11 @@ set -euxo pipefail -ARGO_OPERATOR_VERSION="v0.8.0" +ARGO_OPERATOR_VERSION="v0.10.0" # Get lates release version with below command: # ARGO_VERSION=$(curl --silent "https://api.github.com/repos/argoproj/argo-cd/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/') -ARGO_VERSION="v2.9.3" +ARGO_VERSION="v2.11.2" GITHUB_URL="https://raw.githubusercontent.com/argoproj-labs/argocd-operator/$ARGO_OPERATOR_VERSION" OPERATOR_NAMESPACE="operators"