### Description When installing a Helm chart with large embedded templates or dependencies, the release fails with the following error: ### Environment - **Helm version:** v3.15.1 - **Kubernetes version:** v1.33 (EKS) - **Cloud Provider:** AWS (EKS) - **Chart:** `pinpoint-apm/pinpoint-kubernetes` (very large chart with multiple dependencies) - **Namespace:** `pinpoint` --- ### Steps to Reproduce 1. Use any Helm chart with a large number of templates or subcharts 2. Install via Terraform Helm provider ```bash helm upgrade --install pinpoint ./charts/pinpoint --namespace pinpoint ``` Error: create: failed to create: Secret "sh.helm.release.v1.pinpoint.v1" is invalid: data: Too long: may not be more than 1048576 bytes ```