# helm-charts **Repository Path**: sprot/helm-charts ## Basic Information - **Project Name**: helm-charts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-23 - **Last Updated**: 2025-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Usage [Helm](https://helm.sh) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs) to get started. Once Helm has been set up correctly, add the repo as follows: ```sh helm repo add airbyte https://airbytehq.github.io/helm-charts ``` If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo airbyte` to see the charts. To install the airbyte (as a whole) chart: ```sh helm install airbyte airbyte/airbyte ``` To uninstall the chart: ```sh helm delete airbyte ``` ## Issues Please open any Helm issues on the [main Airbyte repo](https://github.com/airbytehq/airbyte).