Overview
Manage Helm charts within your Qovery environment.Commands
List Helm Charts
List all Helm charts in current environment:| Flag | Description |
|---|---|
--organization | Organization Name |
--project | Project Name |
--environment | Environment Name |
--json | JSON output |
Deploy Helm Chart
Deploy or update a Helm chart:| Flag | Short | Description |
|---|---|---|
--helm | -n | Helm Name |
--helms | Helm Names (comma separated) | |
--chart_version | Helm chart version | |
--chart_git_commit_id | Helm chart git commit ID | |
--values_override_git_commit_id | Helm values override git commit ID | |
--watch | -w | Watch helm status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Redeploy Helm Chart
Redeploy an existing Helm chart with the same configuration:| Flag | Short | Description |
|---|---|---|
--helm | -n | Helm Name (required) |
--watch | -w | Watch helm status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Stop Helm Chart
Stop a Helm chart:| Flag | Short | Description |
|---|---|---|
--helm | -n | Helm Name |
--helms | Helm Names (comma separated) | |
--watch | -w | Watch helm status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Cancel Deployment
Cancel a Helm chart deployment:| Flag | Short | Description |
|---|---|---|
--helm | -n | Helm Name (required) |
--watch | -w | Watch cancel until it’s done or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Update Helm Chart
Update a Helm chart’s source configuration:| Flag | Short | Description |
|---|---|---|
--helm | -n | Helm Name (required) |
--chart_name | Helm chart name | |
--chart_version | Helm chart version | |
--chart_git_commit_branch | Helm chart git commit branch | |
--values_override_git_commit_branch | Helm values override git commit branch | |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Clone Helm Chart
Clone a Helm chart to another environment or project:| Flag | Short | Description |
|---|---|---|
--helm | -n | Helm Name (required) |
--target-project | Target Project Name | |
--target-environment | Target Environment Name | |
--target-helm-name | Target Helm Name | |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Delete Helm Chart
Delete a Helm chart:| Flag | Short | Description |
|---|---|---|
--helm | -n | Helm Name |
--helms | Helm Names (comma separated) | |
--watch | -w | Watch helm status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Examples
Deploy Helm Chart
List Helm Charts as JSON
Related Commands
qovery status- Check Helm chart statusqovery log- View Helm chart logs