The Obol Stack supports installing arbitrary Helm charts as managed applications. Each installation creates an isolated deployment with its own namespace, similar to network deployments.
Install an application
Install any Helm chart using one of the supported reference formats:
# Install from ArtifactHub (repo/chart format)obolappinstallbitnami/redis# Specific versionobolappinstallbitnami/[email protected]# Direct URL to chart archiveobolappinstallhttps://charts.bitnami.com/bitnami/redis-19.0.0.tgz# Custom name and deployment IDobolappinstallbitnami/postgresql--namemydb--idproduction