Merge pull request #30805 from TerryHowe/note-about-fallback

docs: Note about http fallback for OCI registries
pull/30818/head
Robert Sirchia 8 months ago committed by GitHub
commit adf8430f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save