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
) - Installing helm plugin (
install_helm_plugin
)
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.