Adding helm v4 todo

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/8478/head
Matt Farina 4 years ago
parent 9cb90a8b23
commit 1458113696
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -171,6 +171,10 @@ func (m *Manager) Update() error {
// For the repositories Helm is not configured to know about, ensure Helm
// has some information about them and, when possible, the index files
// locally.
// TODO(mattfarina): Repositories should be explicitly added by end users
// rather than automattic. In Helm v4 require users to add repositories. They
// should have to add them in order to make sure they are aware of the
// respoitories and opt-in to any locations. For security.
repoNames, err = m.ensureMissingRepos(repoNames, req)
if err != nil {
return err

Loading…
Cancel
Save