Helm Release deployment
Apsara DevOps Flow lets you deploy Charts from a code repository to a Kubernetes cluster as a Helm Release. This topic describes how to add and configure a Helm Release deployment task in Flow.
Helm Release deployments support only Kubernetes clusters that are imported using a certificate.
Add a task
Add a task to your pipeline and select the Helm Release deployment task.
Configure the deployment task
If you are using a Kubernetes deployment for the first time, establish a connection to your cluster. For more information, see Kubernetes cluster management.
After you establish the connection, select the cluster connection and set the relative path of the Helm chart in your code repository. To modify deployment parameters, add variables in the task configuration. These variables overwrite the default values in the `values.yaml` file during deployment.
Publish or upgrade a release
Click Save and run the pipeline.
Click Logs to view the deployment details.