| apps/sextant | ||
| OPEN-VRAGEN.md | ||
| README.md | ||
Sextant, packaged for the Proxy marketplace
This repository is generated. Nothing here is edited by hand.
The chart lives in DAWO-Sextant under
deploy/helm, and deploy/marketplace/sync.sh there writes this tree in the
layout the Proxy platform expects:
apps/sextant/
metadata.yaml listing info, security policy, resource quota
helm/ the chart itself
A release of Sextant pushes here with the tag sextant-<version>, so the
marketplace listing can carry the bare semver and let the backend resolve the
tag by suffix, which is their documented convention.
Why a separate repository
The marketplace keeps apps as apps/<name>/ with the chart vendored inside,
so publishing means a copy of a chart that is maintained elsewhere. A copy
somebody edits drifts, and the failure is not that the two differ - it is that
nobody notices until a customer installs the older one. Generating the copy
from one source, on every release, is the only version of this that stays
true.
Editing
Don't. Change deploy/helm in DAWO-Sextant and cut a release.