Skip to content

Helm chart 0.1.54 (app 0.13.4)

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:57
· 33 commits to main since this release
Immutable release. Only release title and notes can be modified.
244e001

LibreDB Studio Helm chart 0.1.54, deploying application version 0.13.4 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.54

Or straight from the OCI registry:

helm install libredb oci://ghcr.io/libredb/charts/libredb-studio --version 0.1.54

Both 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.4 the LibreDB Studio application - npm, Docker, desktop and OS packages
libredb-studio-0.1.54 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.