You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/pkg/libhelm
Matt Hook 9440aa733d
support proxy for helm repo validation (#10358)
1 year ago
..
binary allow libhelm to use forward proxy (#10331) 1 year ago
libhelmtest
options feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2 years ago
release
time
LICENSE
README.md
helm.go
manager.go
validate_repo.go support proxy for helm repo validation (#10358) 1 year ago
validate_repo_test.go feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2 years ago

README.md

LibHelm

A helm abstraction for Portainer.

Installation

go get github.com/portainer/portainer/pkg/libhelm

Tests

Integration

INTEGRATION_TEST=1 go test binary/*.go