helm/pkg/getter
Cairon c26be60d81 fix: add debug logging to HTTP getter for helm pull
When running 'helm pull --debug', no debug output was printed because
the HTTP getter did not emit any slog.Debug messages. This adds
slog.Debug calls to log the URL being fetched and the response status
when debug-level logging is enabled.

Fixes helm/helm#31098

Signed-off-by: Cairon <cairon-ab@users.noreply.github.com>
2026-04-10 11:11:38 -04:00
..
testdata Plugin types and plugin apiVersion v1 2025-08-22 17:17:36 -04:00
doc.go Bump the Go version 2023-03-22 11:29:26 -04:00
getter.go Plugin OCI installer 2025-08-25 23:04:01 -04:00
getter_test.go fxi: test concurrency download index 2025-11-24 03:40:49 -07:00
httpgetter.go fix: add debug logging to HTTP getter for helm pull 2026-04-10 11:11:38 -04:00
httpgetter_test.go Merge pull request #31872 from mmorel-35/perfsprint-pkg-6-5f845e3 2026-03-13 19:04:07 -07:00
ocigetter.go chore(pkg): enable perfsprint linter 2026-02-26 18:55:55 +01:00
ocigetter_test.go Replace unneeded use of t.Fatalf with t.Fatal 2026-02-26 18:18:57 +01:00
plugingetter.go fix(getter): pass settings environment variables 2025-12-07 17:08:29 +01:00
plugingetter_test.go fix(getter): pass settings environment variables 2025-12-07 17:08:29 +01:00