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 8f9b265f5a
fix(helm) tighten up helm requests [EE-6722] (#11233)
9 months ago
..
binary fix(helm) tighten up helm requests [EE-6722] (#11233) 9 months ago
libhelmtest
options feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2 years ago
release chore(ci): run lint and test on all pkgs [EE-6201] (#10481) 11 months ago
time feat(performance): performance optimizations EE-6042 (#10520) 1 year ago
LICENSE
README.md
helm.go
manager.go
validate_repo.go fix(helm): increase default helm timeouts [EE-6617] 10 months ago
validate_repo_test.go fix(helm): increase default helm timeouts [EE-6617] 10 months 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