Skip to main content

⚓ Helm Registry

Each service is a ⚓ Helm Charts. With access to the Plane repository, you can push the Helm charts to a OCI Registry where you have write access to.

First, login to the Helm Registry.

export DATALAYER_HELM_REGISTRY_HOST=<oci-registry> # Pick the registry of your choice.
export DATALAYER_HELM_REGISTRY=${DATALAYER_HELM_REGISTRY_HOST}/datalayer-charts
helm registry login ${DATALAYER_HELM_REGISTRY_HOST}

Then, build and push the Helm Charts to the Helm Registry.

plane helm-push