It appears we never got to this block below. Quick rec by Farina. Untested if necessary

Signed-off-by: Scott Rigby <scott@r6by.com>
pull/10527/head
Scott Rigby 3 years ago
parent 042e13d0d1
commit 16453c372c
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -594,6 +594,8 @@ func (m *Manager) resolveRepoNames(deps []*chart.Dependency) (map[string]string,
continue
}
// See https://helm.sh/docs/topics/registries/#specifying-dependencies
// See createTestingMetadataForOCI()
if registry.IsOCI(dd.Repository) {
reposMap[dd.Name] = dd.Repository
continue

Loading…
Cancel
Save