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