Multi-tenant product management with a read-only REST API.
helm repo add stjorna https://secanis.github.io/stjorna
helm repo update
helm install my-stjorna stjorna/stjorna --version 3.0.0-rc1
The chart provisions a PocketBase backend, a SolidJS frontend, an optional S3 (Garage) dependency, and a TLS-terminating ingress. See the chart README for the full set of values.
Three tiers: Public (unauthenticated reads for storefront use), Private (authenticated user CRUD), and
Admin (administrator operations). The live OpenAPI 3.0.3 spec is served at
/api/openapi.json on every running instance.
index.yaml — chart repository index (consumed by helm search)stjorna-3.0.0-rc1.tgz — packaged chart for the latest release