# CrewAI Platform Helm Chart ## Docs - [AWS Integration Guide](https://enterprise-docs.crewai.com/cloud-providers/aws.md): AWS-specific configuration for CrewAI Platform including RDS, S3, ALB, and Secrets Manager - [GCP Integration Guide](https://enterprise-docs.crewai.com/cloud-providers/gcp.md): GCP-specific configuration for CrewAI Platform including Cloud SQL, GCS, Artifact Registry, Bucket Deployment, and Secret Manager via Workload Identity - [ArgoCD Deployment](https://enterprise-docs.crewai.com/configuration/argocd.md): How to deploy the CrewAI Platform Helm chart with ArgoCD and avoid secret regeneration issues. - [Configuration Guide](https://enterprise-docs.crewai.com/configuration/configuration.md): This guide covers the essential configuration options for deploying CrewAI Platform to production Kubernetes environments via Helm. For comprehensive documentation of all available options, see the [Configuration Reference](reference). - [Private PyPI Registry Mirror](https://enterprise-docs.crewai.com/configuration/private-pypi-mirror.md): Mirror the CrewAI Enterprise Python package index to a private PyPI registry for air-gapped or network-restricted environments - [Using a Private Docker Registry](https://enterprise-docs.crewai.com/configuration/private-registry.md): Configure CrewAI Platform to pull images from your private Docker registry in air-gapped or restricted network environments - [Factory Health & Debug](https://enterprise-docs.crewai.com/factory-health.md): Run an end-to-end diagnostic against a Factory deployment to verify every core component is functional. - [Microsoft Entra ID](https://enterprise-docs.crewai.com/features/entra-id.md): Step-by-step guide to configure Microsoft Entra ID (Azure AD) for CrewAI Factory authentication - [GitHub App Setup and Troubleshooting](https://enterprise-docs.crewai.com/features/github-app.md): Guide to create a GitHub App for CrewAI Factory integration, along with common troubleshooting steps - [Google Workspace Integrations](https://enterprise-docs.crewai.com/features/google-integrations.md): Configure Google Calendar, Gmail, Drive, Sheets, Slides, Docs, and Contacts integrations - [HubSpot Integration](https://enterprise-docs.crewai.com/features/hubspot-integration.md): Configure HubSpot CRM integration - [Keycloak SSO](https://enterprise-docs.crewai.com/features/keycloak-sso.md): Step-by-step guide to configure Keycloak Single Sign-On for CrewAI Factory - [Microsoft 365 Integrations](https://enterprise-docs.crewai.com/features/microsoft-integrations.md): Configure Microsoft Outlook, OneDrive, Teams, SharePoint, Excel, and Word integrations - [Multi-Organization Namespace Isolation](https://enterprise-docs.crewai.com/features/multi-org-namespaces.md): Assign each organization a dedicated Kubernetes namespace - [Notion Integration](https://enterprise-docs.crewai.com/features/notion-integration.md): Configure Notion workspace integration - [OAuth 2.0 Client Credentials for Automations](https://enterprise-docs.crewai.com/features/oauth2-automations.md): Configure OAuth 2.0 Client Credentials flow for Automations in Factory environments - [Okta SSO](https://enterprise-docs.crewai.com/features/okta-sso.md): Step-by-step guide to configure Okta Single Sign-On for CrewAI Factory - [Salesforce Integration](https://enterprise-docs.crewai.com/features/salesforce-integration.md): Configure Salesforce CRM integration - [Terraform Infrastructure on AWS](https://enterprise-docs.crewai.com/features/terraform-aws.md): Provision AWS infrastructure for CrewAI Platform with Terraform and map outputs to Helm values. - [Terraform Infrastructure on Azure](https://enterprise-docs.crewai.com/features/terraform-azure.md): Provision Azure infrastructure for CrewAI Platform with Terraform and map outputs to Helm values. - [Terraform Infrastructure on GCP](https://enterprise-docs.crewai.com/features/terraform-gcp.md): Provision GCP infrastructure for CrewAI Platform with Terraform and map outputs to Helm values. - [Installation](https://enterprise-docs.crewai.com/installation/installation.md): Step-by-step installation instructions for CrewAI Platform via Helm and Replicated - [Network allowlist](https://enterprise-docs.crewai.com/installation/network-allowlist.md) - [Post-Installation](https://enterprise-docs.crewai.com/installation/post-installation.md): Post-installation configuration and setup steps for CrewAI Platform - [Requirements](https://enterprise-docs.crewai.com/installation/requirements.md): System requirements and prerequisites for installing CrewAI Platform - [BuildKit Configuration](https://enterprise-docs.crewai.com/reference/chart-values/buildkit.md): Configuration for the BuildKit service used for crew container builds. - [Busybox Configuration](https://enterprise-docs.crewai.com/reference/chart-values/busybox.md): Configuration for the Busybox utility image used in init containers and helper jobs. - [Cube Analytics](https://enterprise-docs.crewai.com/reference/chart-values/cube.md): Configuration for the Cube analytics engine. - [Environment Variables](https://enterprise-docs.crewai.com/reference/chart-values/environment-variables.md): Non-sensitive configuration passed to application pods as environment variables. - [Global Configuration](https://enterprise-docs.crewai.com/reference/chart-values/global.md) - [Image Configuration](https://enterprise-docs.crewai.com/reference/chart-values/image.md): Configuration for the main CrewAI Platform container image and registry credentials. - [Internal Container Registry Configuration](https://enterprise-docs.crewai.com/reference/chart-values/internal-registry.md): Optional Docker registry v2 deployment for container image storage and distribution. Particularly useful for air-gapped environments or when building and deploying custom crew images. - [MinIO Object Storage Configuration](https://enterprise-docs.crewai.com/reference/chart-values/minio.md): Configuration for the built-in MinIO object storage service used by the CrewAI Platform. - [CrewAI Built-in Integrations](https://enterprise-docs.crewai.com/reference/chart-values/oauth.md): Configuration for the CrewAI Built-in Integrations service that handles third-party OAuth integrations. - [PostgreSQL Configuration](https://enterprise-docs.crewai.com/reference/chart-values/postgres.md): Configuration for the in cluster PostgreSQL database used by the CrewAI Platform. - [Redis Configuration](https://enterprise-docs.crewai.com/reference/chart-values/redis.md): Configuration for the Redis image used for caching and session storage. - [Secrets Configuration](https://enterprise-docs.crewai.com/reference/chart-values/secrets.md): Configuration for sensitive secret values used by the CrewAI Platform. - [Web Application Configuration](https://enterprise-docs.crewai.com/reference/chart-values/web.md): Configuration for the CrewAI Platform web application (Rails-based frontend and API). - [Wharf OTLP Trace Collector](https://enterprise-docs.crewai.com/reference/chart-values/wharf.md): Configuration for the Wharf service that collects and stores OpenTelemetry traces. - [Worker Configuration](https://enterprise-docs.crewai.com/reference/chart-values/worker.md): Configuration for the CrewAI Platform background worker processes. - [Troubleshooting](https://enterprise-docs.crewai.com/troubleshooting.md): Common issues and solutions for CrewAI Platform deployments