Skip to content
## Quick Start

### Non-HA:

```
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.0-rc2/manifests/install.yaml
```

### HA:

```
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.0-rc2/manifests/ha/install.yaml
```

### Features

* feat: add exit-code flag to app diff command (#5852)

### Bug Fixes

* fix: Use helm login for Oci helm repos. #5856 (#5887)
* fix: fix incorrect OCI Helm registiries assumptions (#5888)
* fix: global project info is missing in UI (#5861)
* fix: add prefix sync for CLI argocd app flag --retry-limit, --retry-b… (#5876)
* fix: upgrade gitops engine to v0.3.1
* fix: non-cascading application delete is broken (#5875)
* fix(ui): Pod logs filter did not refresh on button click. Also add tooltip for clarification (#5858)
* fix: get correct username from jwt token subject (#5836) (#5848)
* fix: application specific parameter override is not reflected in application parameters tab (#5845)
* fix: error when reset application parameters from UI (#5828)

### Other

* chore: Separate "online" mode from "production" mode in yarn build (#5830)
* chore: Fix manifest generation in release and make quay.io the lead (#5831)