Skip to content

Go client for accessing the Helm package manager

License

Notifications You must be signed in to change notification settings

jjcohere/go-helm-client

This branch is 5 commits ahead of, 15 commits behind mittwald/go-helm-client:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26c89b7 · Aug 27, 2024
Dec 17, 2023
Jan 4, 2024
Aug 8, 2024
Apr 3, 2023
May 4, 2020
Jan 4, 2024
Apr 3, 2023
Aug 27, 2024
Dec 17, 2023
Jan 4, 2024
Sep 18, 2020
Aug 17, 2024
Aug 17, 2024
Aug 27, 2024
Aug 8, 2024
Aug 27, 2024
Apr 8, 2024

Repository files navigation

Go Helm Client

Go client library for accessing Helm, enabling the user to programmatically change helm charts and releases.

This library is build upon helm and available under the MIT License.

Compile & Test GitHub license Go Report Card Documentation

Installation

Install this library using go get:

$ go get github.com/mittwald/go-helm-client

Usage

Example usage of the client can be found in the package examples.

Private chart repository

When working with private repositories, you can utilize the Username and Password parameters of a chart entry to specify credentials.

An example of this can be found in the corresponding example.

Mock Client

This library includes a mock client mock/interface_mock.go which is generated by mockgen.

Example usage of the mocked client can be found in mock/mock_test.go.

If you made changes to interface.go, you should issue the make generate command to trigger code generation.

Documentation

For more specific documentation, please refer to the godoc of this library.

About

Go client for accessing the Helm package manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.1%
  • Makefile 3.9%