portainer/pkg/libhelm
Matt Hook 9440aa733d
support proxy for helm repo validation (#10358)
2023-09-29 10:55:49 +13:00
..
binary allow libhelm to use forward proxy (#10331) 2023-09-19 18:07:51 +12: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 feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2022-12-01 14:27:49 +13:00
time feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138) 2022-12-01 14:27:49 +13: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 support proxy for helm repo validation (#10358) 2023-09-29 10:55:49 +13:00
validate_repo_test.go feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2023-04-14 14:50:37 +12: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