portainer/pkg/libhelm
andres-portainer f0d43f941f
chore(code): replace interface{} with any EE-6513 (#11986)
2024-06-28 14:59:28 -03:00
..
binary chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
libhelmtest feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2022-12-01 14:27:49 +13:00
options feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2023-04-14 14:50:37 +12:00
release chore(code): replace interface{} with any EE-6513 (#11986) 2024-06-28 14:59:28 -03:00
time feat(performance): performance optimizations EE-6042 (#10520) 2023-10-24 13:55:11 -03:00
LICENSE feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2022-12-01 14:27:49 +13:00
README.md feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2022-12-01 14:27:49 +13:00
helm.go feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2022-12-01 14:27:49 +13:00
manager.go feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2022-12-01 14:27:49 +13:00
validate_repo.go chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
validate_repo_test.go fix(helm): increase default helm timeouts [EE-6617] 2024-01-29 13:03:11 +13:00

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