Adding helm v4 todo

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/8227/head
Matt Farina 5 years ago committed by Vlad Fratila
parent 74e4a51486
commit 38928af0c7

@ -171,6 +171,10 @@ func (m *Manager) Update() error {
// For the repositories Helm is not configured to know about, ensure Helm // For the repositories Helm is not configured to know about, ensure Helm
// has some information about them and, when possible, the index files // has some information about them and, when possible, the index files
// locally. // 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) repoNames, err = m.ensureMissingRepos(repoNames, req)
if err != nil { if err != nil {
return err return err

Loading…
Cancel
Save