Hi Umami team,
I maintain charts in the HelmForge ecosystem and wanted to share that Umami is available as a third-party Helm chart for Kubernetes users:
Example installation:
helm repo add helmforge https://repo.helmforge.dev
helm repo update
helm install umami helmforge/umami
OCI installation:
helm install umami oci://ghcr.io/helmforgedev/helm/umami
The chart uses the official ghcr.io/umami-software/umami image and supports common Kubernetes deployment needs, including a bundled HelmForge PostgreSQL subchart or external PostgreSQL database, generated or existing app secrets, Ingress, Gateway API HTTPRoute, External Secrets Operator integration, dual-stack Service fields, PostgreSQL backup support, probes, resource/security settings, scheduling options, and extra manifests.
Would you be open to adding this to the Umami documentation as an unofficial / third-party Kubernetes installation method? This could help users who already run self-hosted apps on Kubernetes discover a maintained Helm-based deployment path, while keeping ownership clear that the chart is maintained by HelmForge and not by the upstream Umami project.
If preferred, I can open a small documentation PR with a short third-party Kubernetes/Helm section linking to the HelmForge chart.
Hi Umami team,
I maintain charts in the HelmForge ecosystem and wanted to share that Umami is available as a third-party Helm chart for Kubernetes users:
oci://ghcr.io/helmforgedev/helm/umamiExample installation:
OCI installation:
The chart uses the official
ghcr.io/umami-software/umamiimage and supports common Kubernetes deployment needs, including a bundled HelmForge PostgreSQL subchart or external PostgreSQL database, generated or existing app secrets, Ingress, Gateway API HTTPRoute, External Secrets Operator integration, dual-stack Service fields, PostgreSQL backup support, probes, resource/security settings, scheduling options, and extra manifests.Would you be open to adding this to the Umami documentation as an unofficial / third-party Kubernetes installation method? This could help users who already run self-hosted apps on Kubernetes discover a maintained Helm-based deployment path, while keeping ownership clear that the chart is maintained by HelmForge and not by the upstream Umami project.
If preferred, I can open a small documentation PR with a short third-party Kubernetes/Helm section linking to the HelmForge chart.