portainer/pkg/libhelm
Matt Hook 7a8a20e0cc
feat(libhelm): allow passing optional env and http client [EE-5252] (#8758)
2023-04-14 14:50:37 +12:00
..
binary feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2023-04-14 14:50:37 +12:00
libhelmtest
options feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2023-04-14 14:50:37 +12:00
release
time
LICENSE
README.md
go.mod
go.sum
helm.go
manager.go
validate_repo.go feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2023-04-14 14:50:37 +12: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