Undistro Official Helm Chart Repository
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add undistro https://charts.undistro.io
You can then run helm search repo undistro
to see the charts.
Alternatively, Undistro Helm charts are also available in an OCI registry
and can be referenced with the oci://
prefix, as the following example:
helm upgrade --install myrelease oci://ghcr.io/undistro/helm-charts/mychart --version 0.1.0
Please refer to the official Helm documentation for more information about OCI registries.