Skip to content

Commit

Permalink
Bump argo operator to v0.11.0 and argocd to v2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Sep 2, 2024
1 parent 2fb2588 commit 9b0836c
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.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"
Expand Down

0 comments on commit 9b0836c

Please sign in to comment.