Files
warehouse13/helm
Mondo Diaz e2e5c683e4 Fix Helm template error: update _helpers.tpl to use app instead of api
- Changed .Values.api.env.databaseUrl to .Values.app.env.databaseUrl
- This aligns with the unified architecture where api and frontend are combined into a single app
- Chart now passes helm lint successfully

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 07:55:51 -05:00
..
2025-10-16 16:41:21 -05:00
2025-10-16 16:41:21 -05:00

Helm Charts

This directory contains Helm charts for deploying Warehouse13.

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

Legacy Chart (Deprecated)

The files in this root helm/ directory are from an older version and are marked as deprecated. Please use the ./warehouse13/ chart instead.

Migration

If you're using the old chart, migration is straightforward:

# Uninstall old chart
helm uninstall datalake

# Install new chart
helm install warehouse13 ./warehouse13

# Or upgrade in place (if compatible)
helm upgrade datalake ./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.