Eline @eliine.dev · Nov 2

Kargo solves promotion by building a tool on top of GitOps. It doesn’t re-invent the wheel, what it does is essentially commit updates into the manifest repositories, like a new container image into a helm chart. Then Argo syncs it. In addition it provides a really nice UI for visualising this flow!

1 likes 1 replies

?

Replies

Eline · Nov 2

Kargo also introduces a new paradigm called Freight. Freight is the combination of artifacts like a git manifest repo and a container image version. This enables idempotency in deploys, where a container image can be promoted and reverted between multiple environments without the config changing