Use this action to install a Helm chart into a Kubernetes cluster.
Note
|
This action does not support using Helm charts from traditional Helm repositories, because it does not expose a respository input. |
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The Helm release name. |
|
String |
Yes |
The Helm chart location, which is one of:
|
In your YAML file, add:
- name: Install Helm chart
uses: cloudbees-io/helm-install@v1
with:
release-name: nginx
chart-location: oci://ghcr.io/nginxinc/charts/nginx-ingress
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.