CloudBees action: Uninstall a Helm chart

1 minute read

Use this action to uninstall a Helm chart release from a Kubernetes cluster.

All CloudBees action repositories are listed at CloudBees, Inc. on GitHub.

Inputs

Table 1. Input details
Input name Data type Required? Description

release-name

String

Yes

The Helm chart release name.

namespace

String

Yes

The Kubernetes namespace.

Usage example

In your YAML file, add:

- name: Uninstall Helm chart uses: cloudbees-io/helm-uninstall@v1 with: release-name: nginx namespace: default