A CircleCI Orb to simplify deployments to Kubernetes using Helm.
Here are the features that the Helm orb provides:
- Installing the helm client (
install-helm-client
) - Installing helm charts (
install-helm-chart
) and deleting releases (delete-helm-release
)
See the orb registry listing for usage guidelines.
curl
should be present inPATH
.
Refer to the usage examples here.
Development notes for building, testing and orb publishing are located here.
We welcome issues to and pull requests against this repository!
For further questions/comments about this or other orbs, visit CircleCI's orbs discussion forum.