msabramo / helm-orb

A CircleCI Orb to simplify deployments to Kubernetes using Helm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A CircleCI Orb to simplify deployments to Kubernetes using Helm.

License:MIT License


Languages

Language:Shell 100.0%