1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 07:45:22 +02:00
portainer/api/http/handler/helm
Ali ba2bf365e6
Some checks are pending
ci / build_images (map[arch:amd64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
ci / build_images (map[arch:arm platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:arm64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:ppc64le platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:s390x platform:linux version:]) (push) Waiting to run
ci / build_manifests (push) Blocked by required conditions
/ triage (push) Waiting to run
Lint / Run linters (push) Waiting to run
Test / test-client (push) Waiting to run
Test / test-server (map[arch:amd64 platform:linux]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
Test / test-server (map[arch:arm64 platform:linux]) (push) Waiting to run
fix(helm) tighten up helm requests [EE-6722] (#11711)
Co-authored-by: testa113 <testa113>
2024-04-29 17:05:23 +12:00
..
handler.go fix(helm) tighten up helm requests [EE-6722] (#11711) 2024-04-29 17:05:23 +12:00
helm_delete.go fix(docs): add missing swagger docs for upload file [EE-4886] (#8708) 2023-04-04 16:59:34 +12:00
helm_delete_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00
helm_install.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
helm_install_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00
helm_list.go fix(docs): add missing swagger docs for upload file [EE-4886] (#8708) 2023-04-04 16:59:34 +12:00
helm_list_test.go chore(unit-test): simplify teardown EE-5536 (#9015) 2023-05-30 11:02:22 -03:00
helm_repo_search.go feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
helm_repo_search_test.go feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
helm_show.go feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
helm_show_test.go feat(libhelm) update missed package paths [EE-4650] (#8134) 2022-12-05 10:38:16 +13:00
user_helm_repos.go feat(libhelm): allow passing optional env and http client [EE-5252] (#8758) 2023-04-14 14:50:37 +12:00