From 7fac91022fbfac4ce774ec1ed24c56532261ec46 Mon Sep 17 00:00:00 2001 From: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> Date: Fri, 4 Mar 2022 13:36:36 -0800 Subject: [PATCH] docs: update v2.4+ roadmap items (#8593) Signed-off-by: ishitasequeira --- docs/roadmap.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/roadmap.md b/docs/roadmap.md index 6942b9fcb9b9e..a8ef8c4517181 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -85,6 +85,14 @@ Exec into the Kubernetes Pod right from Argo CD Web UI! [#4351](https://github.c The feature allows combining of-the-shelf Helm chart and value file in Git repository ([#2789](https://github.com/argoproj/argo-cd/issues/2789)) +### Support multiple sources for an Application + +Support more than one source for creating an Application [#8322](https://github.com/argoproj/argo-cd/pull/8322). + +### Sharding application controller + +Application controller to scale automatically to provide high availability[#8340](https://github.com/argoproj/argo-cd/issues/8340). + ### Add support for secrets in Application parameters The feature allows referencing secrets in Application parameters. [#1786](https://github.com/argoproj/argo-cd/issues/1786).