Skip to content

A CircleCI Orb to simplify deployments to Kubernetes using Helm.

License

Notifications You must be signed in to change notification settings

CircleCI-Public/helm-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm Orb CircleCI status CircleCI Orb Version GitHub license CircleCI Community

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)

Table of Contents

Usage

See the orb registry listing for usage guidelines.

Requirements

  • curl should be present in PATH.

Examples

Refer to the usage examples here.

Contributing

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.