From cdd7c105a60929d733c1b67d4fe5062ff5619ac2 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Sat, 26 Apr 2025 10:00:30 -0600 Subject: [PATCH] docs: Note about http fallback for OCI registries Signed-off-by: Terry Howe --- pkg/registry/fallback.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/registry/fallback.go b/pkg/registry/fallback.go index 6540e15ef..000237cbc 100644 --- a/pkg/registry/fallback.go +++ b/pkg/registry/fallback.go @@ -22,6 +22,10 @@ import ( "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 { Base http.RoundTripper forceHTTP atomic.Bool