Helm charts for Probabl products.
- Kubernetes and Helm 3.
- Access to Probabl's container registry to pull the application images. The
charts reference private images; you need pull credentials (provided by
Probabl) configured as an
imagePullSecretin your namespace. - The backing services each chart expects (databases, object storage, identity
provider, ...), documented in the corresponding chart
README.md.
A valid Probabl license is required to run the applications.
helm repo add probabl https://probabl-ai.github.io/charts
helm repo update
helm search repo probablInstall a chart, pinning an explicit version:
helm upgrade --install skore-hub-backend probabl/skore-hub-backend \
--version <chart-version> \
-n skore-hub -f my-values.yamlSee each chart's README.md and values.yaml for the full list of
configuration options.
| Chart | Description |
|---|---|
| skore-hub-backend | skore-hub backend API. |
| skore-hub-frontend | skore-hub frontend (static SPA served by nginx). |
The full deployment and operations guide is published at https://probabl-ai.github.io/charts/docs/:
- Overview, architecture and prerequisites
- Installation: images, external services, OIDC, secrets, backend, frontend, ingress.
- Operations: verification, observability/logging, troubleshooting.
- Configuration reference: every
SKH__*setting.
The sources live under docs/ in this repository.
Each chart is versioned independently through its Chart.yaml version. The
chart appVersion is the default application image tag; you can override it per
release with image.tag.