Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Dec 24, 2023
1 parent 046d3a7 commit a6ce12d
Show file tree
Hide file tree
Showing 5 changed files with 658 additions and 213 deletions.
2 changes: 1 addition & 1 deletion terraform/files/scripts/argocd_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARGOCD_HEALTH_CHECK_URL="https://$ARGOCD_FQDN/healthz"

# Install
# https://github.com/argoproj/argo-cd/releases/
VERSION="v2.7.3"
VERSION="v2.9.3"
curl -sSL -o "$ARGOCD_PATH" "https://github.com/argoproj/argo-cd/releases/download/$VERSION/argocd-linux-amd64"
chmod +x "$ARGOCD_PATH"

Expand Down
Loading

0 comments on commit a6ce12d

Please sign in to comment.