Helm chart 0.1.55 (app 0.13.5)
·
23 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
LibreDB Studio Helm chart 0.1.55, deploying application version 0.13.5 by default.
Install
From the Helm repository:
helm repo add libredb https://libredb.org/libredb-studio/
helm repo update
helm install libredb libredb/libredb-studio --version 0.1.55Or straight from the OCI registry:
helm install libredb oci://ghcr.io/libredb/charts/libredb-studio --version 0.1.55Both commands work with default values: the chart bootstraps its own JWT secret and admin credentials on first boot. Every value is documented in charts/libredb-studio/README.md.
Why two version numbers?
This repository publishes two independent release streams, so the Releases page carries two tag shapes:
| Tag | What it releases |
|---|---|
0.13.5 |
the LibreDB Studio application - npm, Docker, desktop and OS packages |
libredb-studio-0.1.55 |
this Helm chart - helm package names its artifact <chart-name>-<chart-version>.tgz, and the release tag follows it |
The chart version moves on its own so a chart-only fix ships without forcing an application release. The application version a given chart deploys is its appVersion - shown in the APP VERSION column of helm search repo and on ArtifactHub. The full rationale is in docs/HELM_CHART.md.