
January 17, 2020
New action: Helm
Thanks to Buddy and our dedicated integrations, Kubernetes deployments are more accessible than ever. Now we are adding another piece to the puzzle - Run Helm CMDs action.
This action will allow you to build your Helm chart. Push it to your repository (which is effortless due to our dedicated S3 and GCS support) and set it up in your K8s cluster. You can find in the Kubernetes
section of our action roster
Features
Helm action comes with a wide array of predefined features that allow for painless setup:
- Preinstalled kubectl in the version of your choice
- Preinstalled Helm in the version of your choice
- Preinstalled selected Helm plugins
- Preconfigured access to your K8s cluster with dedicated support for GKE, Amazon AKS and Azure AKS
- Preconfigured access to your Helm chart repository with dedicated support for Amazon S3 and Google Cloud Storage
Pipeline example
Pipeline example
You can use Helm action to create a chart versioning pipeline that will run on every push to a specific path in your repository.
The first action will build your Helm chart:
Run commands
Secondly, you want your new chart version to be pushed to your repository
Run commands
Finally deploy your Helm chart to your K8s cluster:
Run commands
Action settings
'Setup' tab
- Cluster selection and authorization
- Commands run on every pipeline execution
- Kubectl version selection
'Helm' tab
- Helm version selection
- Helm plugins. You can also install additional apps and packages here.
- If you are using AWS S3 or GCS ans your Helm chart repositories, you can authorize them here
Share:

Alexander Kus
Customer Success Manager