Package helmclient implements Helm related primitives to work against helm releases. Currently supports Helm 3.
main
- Latest version using Helm 3.
helm2
- Legacy support for Helm 2.
See helmclient.Interface
in spec.go for supported methods.
Clone the git repository: https://github.com/giantswarm/helmclient.git
Build it using the standard go build
command.
go build github.com/giantswarm/helmclient
- Mailing list: giantswarm
- IRC: #giantswarm on freenode.org
- Bugs: issues
See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.
helmclient is under the Apache 2.0 license. See the LICENSE file for details.