Skip to content

giantswarm/helmclient

Repository files navigation

Go Reference CircleCI

helmclient

Package helmclient implements Helm related primitives to work against helm releases. Currently supports Helm 3.

Branches

  • master
    • Latest version using Helm 3.
  • helm2
    • Legacy support for Helm 2.

Interface

See helmclient.Interface in spec.go for supported methods.

Getting Project

Clone the git repository: https://github.com/giantswarm/helmclient.git

How to build

Build it using the standard go build command.

go build github.com/giantswarm/helmclient

Contact

Contributing & Reporting Bugs

See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.

License

helmclient is under the Apache 2.0 license. See the LICENSE file for details.