portainer/pkg/libhelm
Steven Kang c1c831fea3 feat: gitops for Helm [r8s-343] (#1252)
Co-authored-by: testA113 <aliharriss1995@gmail.com>
Co-authored-by: Ali <83188384+testA113@users.noreply.github.com>
2025-10-15 11:36:20 +13:00
..
cache feat(oci): oci helm support [r8s-361] (#787) 2025-07-13 10:37:43 +12:00
options feat: gitops for Helm [r8s-343] (#1252) 2025-10-15 11:36:20 +13:00
release feat: gitops for Helm [r8s-343] (#1252) 2025-10-15 11:36:20 +13:00
sdk feat: gitops for Helm [r8s-343] (#1252) 2025-10-15 11:36:20 +13:00
test feat: gitops for Helm [r8s-343] (#1252) 2025-10-15 11:36:20 +13:00
time fix(linters): upgrade golangci-lint to v2.3.1 BE-12136 (#997) 2025-08-08 21:39:21 -03:00
types feat(helm): rollback helm chart [r8s-287] (#660) 2025-04-23 08:58:34 +12: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 fix(helm): update helm repo validation to match helm cli [r8s-531] (#1141) 2025-09-08 08:58:04 +12: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