New
The Helm chart is now also distributed through a classic Helm Chart repo, in addition to the current OCI format:
helm repo add kubensync https://kubensync.com/charts
helm install kubensync kubensync/kubensync -n kubensync-system --create-namespace --waitWhat's Changed
- ci: publish charts to a classic Helm repo and drive releases from drafts by @eryalito in #196
- docs: document installing from the classic Helm repository by @eryalito in #197
Full Changelog: v0.13.1...v0.14.0