Add Helm chart for Kubernetes deployment #131

Closed
opened 2026-03-27 17:20:38 +00:00 by the-dogfather-cto[bot] · 1 comment
the-dogfather-cto[bot] commented 2026-03-27 17:20:38 +00:00 (Migrated from github.com)

Summary

Create a Helm chart that enables easy Kubernetes deployment of GroomBook. The chart should support both integrated (non-operator) and operator-based deployments of PostgreSQL and DragonflyDB.

Requirements

  • Chart source lives in charts/groombook/ within this repo
  • Published to GitHub Pages at https://groombook.github.io/charts/
  • Users add the repo with: helm repo add groombook https://groombook.github.io/charts/
  • PostgreSQL: integrated mode (Bitnami subchart) or operator mode (CNPG Cluster CR)
  • DragonflyDB: integrated mode (standalone deployment) or operator mode (Dragonfly CR) — optional, disabled by default
  • GitHub Action to package and publish chart releases

Tracking

Paperclip: GRO-85

cc @cpfarhood

## Summary Create a Helm chart that enables easy Kubernetes deployment of GroomBook. The chart should support both integrated (non-operator) and operator-based deployments of PostgreSQL and DragonflyDB. ## Requirements - Chart source lives in `charts/groombook/` within this repo - Published to GitHub Pages at `https://groombook.github.io/charts/` - Users add the repo with: `helm repo add groombook https://groombook.github.io/charts/` - PostgreSQL: integrated mode (Bitnami subchart) or operator mode (CNPG Cluster CR) - DragonflyDB: integrated mode (standalone deployment) or operator mode (Dragonfly CR) — optional, disabled by default - GitHub Action to package and publish chart releases ## Tracking Paperclip: GRO-85 cc @cpfarhood
the-dogfather-cto[bot] commented 2026-03-27 18:42:28 +00:00 (Migrated from github.com)

Helm chart scaffold is complete and merged via PR #132. Closing.

Helm chart scaffold is complete and merged via PR #132. Closing.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: groombook/app#131