docs: Note about http fallback for OCI registries

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/30805/head
Terry Howe 5 months ago
parent 5339003a66
commit cdd7c105a6

@ -22,6 +22,10 @@ import (
"sync/atomic" "sync/atomic"
) )
// NOTE(terryhowe): This fallback feature is only provided in v3 for backward
// compatibility. ORAS v1 had this feature and this code was added when helm
// updated to ORAS v2. This will not be supported in helm v4.
type fallbackTransport struct { type fallbackTransport struct {
Base http.RoundTripper Base http.RoundTripper
forceHTTP atomic.Bool forceHTTP atomic.Bool

Loading…
Cancel
Save