Tags: alexmt/argo-cd
Tags
## 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 (argoproj#5852) ### Bug Fixes * fix: Use helm login for Oci helm repos. argoproj#5856 (argoproj#5887) * fix: fix incorrect OCI Helm registiries assumptions (argoproj#5888) * fix: global project info is missing in UI (argoproj#5861) * fix: add prefix sync for CLI argocd app flag --retry-limit, --retry-b… (argoproj#5876) * fix: upgrade gitops engine to v0.3.1 * fix: non-cascading application delete is broken (argoproj#5875) * fix(ui): Pod logs filter did not refresh on button click. Also add tooltip for clarification (argoproj#5858) * fix: get correct username from jwt token subject (argoproj#5836) (argoproj#5848) * fix: application specific parameter override is not reflected in application parameters tab (argoproj#5845) * fix: error when reset application parameters from UI (argoproj#5828) ### Other * chore: Separate "online" mode from "production" mode in yarn build (argoproj#5830) * chore: Fix manifest generation in release and make quay.io the lead (argoproj#5831)
PreviousNext