This topic tells you how to manage SupplyChains
by using GitOps.
CautionTanzu Supply Chain is currently in beta and is not intended for production use. It is intended only for evaluation purposes for the next generation Supply Chain. For the current Supply Chain solution, see the Supply Chain Choreographer documentation.
SupplyChains
, especially the authoring resources SupplyChain
, Component
, and Tekton Pipeline
/Tekton Task
, are delivered to clusters using a Git repository and GitOps source promotion style.
The expected flow is as follows:
SupplyChain
as a collection of YAML files in a file system backed by Git.SupplyChain
, commit it to Git and create a pull request.NoteUse
SupplyChains
to manage the integration and deployment of yourSupplyChains
. VMware plans to release examples of integration and deliverySupplyChains
forSupplyChains
in a future release.