Adding External Applications to Cozystack Catalog
Learn how to add managed applications from external sources
Cozystack deploys applications in two complementary ways:
Operator‑managed applications – Cozystack bundles a specific version of a Kubernetes Operator that installs and continuously reconciles the application. As a rule, the operator chooses one of the most recent stable versions of the application by default.
Chart‑managed applications – When no mature operator exists, Cozystack packages an upstream (or in‑house) Helm chart.
The chart’s appVersion
pin tracks the latest stable upstream release, keeping deployments secure and up‑to‑date.
Learn how to add managed applications from external sources