We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249f231 commit 2029e94Copy full SHA for 2029e94
pkg/action/world.go
@@ -184,8 +184,8 @@ func (i *Install) CreateDepRelsFromAnnot(p *pkg.Pkg,
184
}
185
186
// Local charts (where there is no scheme) and those specified
187
- // with the file scheme can be processed. They are local. Any
188
- // chart that is in a repository should be from an added repo.
+ // with the file scheme can be processed. They are local. No
+ // dependencies will be pulled from repos not added to Hypper.
189
// Adding a repo enables a user to opt-in for security purposes.
190
// This is what linux system package managers do and it has been
191
// a recommendation from security reviews for Helm.
0 commit comments