portainer/pkg/libhelm
Devon Steenberg bd9c3c1593 feat(gitops): tidy up git auth [BE-12666] (#2026) 2026-03-23 13:53:04 +13:00
..
cache chore(helm): upgrade sdk to v4 [R8S-840] (#2000) 2026-03-13 11:34:28 +13:00
options feat(gitops): tidy up git auth [BE-12666] (#2026) 2026-03-23 13:53:04 +13:00
release chore(helm): upgrade sdk to v4 [R8S-840] (#2000) 2026-03-13 11:34:28 +13:00
sdk feat(gitops): tidy up git auth [BE-12666] (#2026) 2026-03-23 13:53:04 +13:00
test fix(policy): pod security constraints - develop [R8S-808] (#1758) 2026-02-10 08:46:02 +09:00
types chore(helm): upgrade sdk to v4 [R8S-840] (#2000) 2026-03-13 11:34:28 +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
manager.go refactor(helm): helm binary to sdk refactor [r8s-229] (#463) 2025-03-13 12:20:16 +13:00
validate_repo.go chore(helm): upgrade sdk to v4 [R8S-840] (#2000) 2026-03-13 11:34:28 +13:00
validate_repo_test.go fix(helm): update helm repo validation to match helm cli [r8s-531] (#1141) 2025-09-08 08:58:04 +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