From 33ca6c750122a6eef7a13535e51a77505c422859 Mon Sep 17 00:00:00 2001 From: Manabu Mccloskey Date: Tue, 24 Oct 2023 16:51:56 -0700 Subject: [PATCH] update doc to refer to future cd alternatives Signed-off-by: Manabu Mccloskey --- docs/pluggable-packages.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/pluggable-packages.md b/docs/pluggable-packages.md index 0d914e63..a5921461 100644 --- a/docs/pluggable-packages.md +++ b/docs/pluggable-packages.md @@ -30,11 +30,13 @@ The proposal in this document should: ## Proposal This document proposes the following: -- Make ArgoCD a hard requirement. +- Make ArgoCD a hard requirement for now. - Define packages as Argo CD Applications (Helm, Kustomize, and raw manifests) - Use a more configurable Git server, Gitea. - Imperative pipelines for configuring packages are handled with ArgoCD resource hooks. +In this implementation, we will make ArgoCD the technology of choice. However, we will strive to maintain separation between packages and specific CD technologies (Argo) to allow for future CD plug-ability. + ![git](images/git.png) ### ArgoCD