Skip to content

Commit

Permalink
Bump argocd to v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jun 6, 2024
1 parent be4d395 commit 8e62ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/install-argocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e62ca5

Please sign in to comment.