portainer/api/pkg/libhelm
Matt Hook d6a3fe23e9
feat(libhelm) update missed package paths [EE-4650] (#8134)
* add missing pkg paths

* fix go tests

* fixed pkg paths
2022-12-05 10:38:16 +13:00
..
binary feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
libhelmtest import libhelm into portainer (#8128) 2022-11-30 14:25:47 +13:00
options import libhelm into portainer (#8128) 2022-11-30 14:25:47 +13:00
release feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
time import libhelm into portainer (#8128) 2022-11-30 14:25:47 +13:00
LICENSE import libhelm into portainer (#8128) 2022-11-30 14:25:47 +13:00
README.md feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
helm.go feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
manager.go feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
validate_repo.go import libhelm into portainer (#8128) 2022-11-30 14:25:47 +13:00
validate_repo_test.go feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +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