Install in one command: a signed, published Helm chart
Installing no longer means cloning the repo. The Helm chart and every image are
now published to GHCR — cosign-signed and built for amd64 + arm64 — so a
single command brings up the whole stack.
- One-command Kubernetes install. The chart ships as an OCI artifact, so
there is no repo to add:
helm install avuruobs oci://ghcr.io/avuruvision/charts/avuruobs --version <X.Y.Z> -n avuruobs --create-namespace. Acurl … | shinstaller resolves the latest release, runs onlyhelmandkubectlagainst your current context, and waits for rollout — see Kubernetes setup. - Evaluate with no checkout. A single
docker-compose.release.yamlpulls the released images and runs a demo, so the service map lights up on a laptop without cloning anything — see Docker setup. - Verifiable supply chain. Images and the chart are cosign-signed (keyless) and carry SBOM + provenance attestations; multi-arch by digest so one signature covers both architectures.
- Production-ready docs. New guidance on upgrades (additive, idempotent, forward-only migrations) and sizing, retention and HA, including an external-ClickHouse overlay for high availability.