From 596a643c5847405ff3cf4826011bc3091575909e Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Mon, 31 Jan 2022 17:26:46 -0800 Subject: [PATCH] docs: mention argocd notifications and applicationset changes in upgrade instructions (#8312) Signed-off-by: Alexander Matyushentsev --- docs/operator-manual/upgrading/2.2-2.3.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/operator-manual/upgrading/2.2-2.3.md b/docs/operator-manual/upgrading/2.2-2.3.md index 58efc578bca34..25bb5bdf9beb4 100644 --- a/docs/operator-manual/upgrading/2.2-2.3.md +++ b/docs/operator-manual/upgrading/2.2-2.3.md @@ -1,5 +1,14 @@ # v2.2 to 2.3 +## Argo CD Notifications and ApplicationSet Are Bundled into Argo CD + +The Argo CD Notifications and ApplicationSet are part of Argo CD now. You no longer need to install them separately. +The Notifications and ApplicationSet components are bundled into default Argo CD installation manifests. + +The bundled manifests are drop-in replacements for the previous versions. If you are using Kustomize to bundle the manifests together then just +remove references to https://github.com/argoproj-labs/argocd-notifications and https://github.com/argoproj-labs/applicationset. No action is required +if you are using `kubectl apply`. + ## Configure Additional ArgoCD Binaries We have removed non-Linux ArgoCD binaries (Darwin amd64 and Windows amd64) from the image ([#7668](https://github.com/argoproj/argo-cd/pull/7668)) and the associated download buttons in the help page in the UI.