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
andres-portainer 364e4f1b4e
fix(linters): add back removed linters and extend them to CE BE-11294
1 month ago
..
binary fix(linters): add back removed linters and extend them to CE BE-11294 1 month ago
libhelmtest feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2 years ago
options feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2 years ago
release chore(code): replace interface{} with any EE-6513 (#11986) 5 months ago
time feat(performance): performance optimizations EE-6042 (#10520) 1 year ago
LICENSE feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2 years ago
README.md feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2 years ago
helm.go feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2 years ago
manager.go feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2 years ago
validate_repo.go chore(code): clean up the code EE-7251 (#11948) 5 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