- Removed deprecated chart files from helm/ root directory - Updated all Helm documentation to reference warehouse13 chart - Changed database name from 'datalake' to 'warehouse13' in values.yaml - Updated helm command examples in SUMMARY.md - Fixed migration instructions in helm/README.md - Updated PostgreSQL backup/restore commands with correct database name 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Helm Charts
This directory contains Helm charts for deploying Warehouse13.
Current Chart (Recommended)
Location: ./warehouse13/
The latest, fully-featured Helm chart with:
- Warehouse13 branding
- Configurable images for all components
- Multiple deployment scenarios (dev, production, air-gapped)
- Comprehensive documentation
- Example values files
Usage:
helm install warehouse13 ./warehouse13
Documentation: See warehouse13/README.md
Migration from Legacy Chart
If you were using an older version of the chart, migration is straightforward:
# Uninstall old chart (if named "datalake" or other name)
helm uninstall <old-release-name>
# Install new chart
helm install warehouse13 ./warehouse13 --namespace warehouse13 --create-namespace
# Or upgrade in place (if compatible)
helm upgrade <old-release-name> ./warehouse13
Note: Check your values.yaml configuration and update image repositories, resource limits, and other settings as needed.
Quick Start
See ../docs/HELM-DEPLOYMENT.md for comprehensive deployment guide.