Helm Release deployment

Updated at:

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.

Important

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

  1. If you are using a Kubernetes deployment for the first time, establish a connection to your cluster. For more information, see Kubernetes cluster management.

  2. 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

  1. Click Save and run the pipeline.

  2. Click Logs to view the deployment details.