Skip to content
## Quick Start
### Non-HA:
```
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.10/manifests/install.yaml
```

### HA:
```
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.10/manifests/ha/install.yaml
```

## Changes

- fix: increase max grpc message size (#4869)