9 Commits

Author SHA1 Message Date
Matt Farina
548ec55cf9 Fix panic with OCI for install, upgrade, and show
When range support for OCI went in via #10527 it created a situation
where some lookups for a chart could cause a panic. This change
makes sure the registry client is available to lookup OCI charts

Signed-off-by: Matt Farina <matt.farina@suse.com>
2022-01-12 21:30:27 -05:00
Matt Farina
0ff53945bf Fixing issue where helm show all fails to show crds when no readme
Closes #10058

Signed-off-by: Matt Farina <matt.farina@suse.com>
2021-08-25 11:50:17 -04:00
Mario Valderrama
fae7853c2a Implement show crds subcommand
This subcommand will display manifests under `crds/` if some exist.

This also changes the behaviour of `show all` to include CRDs.

Signed-off-by: Mario Valderrama <woldy401@gmail.com>
2021-08-18 19:22:47 +02:00
Dong Gang
1dfe66aa85 fix the code style error
Signed-off-by: Dong Gang <dong.gang@daocloud.io>
2020-07-13 19:11:40 +08:00
Dong Gang
57bd8a71b0 feature(show): support jsonpath output for helm show value
Signed-off-by: Dong Gang <dong.gang@daocloud.io>
2020-07-13 18:59:09 +08:00
Adam Reese
44a2225035 ref(tests): localize unit test fixtures to package
Use test fixtures that are in the same package as test.

Signed-off-by: Adam Reese <adam@reese.io>
2020-05-22 11:39:20 -07:00
Adam Reese
295092cd7d ref(pkg/action): refactoring dup code and linter fixes
Signed-off-by: Adam Reese <adam@reese.io>
2019-03-26 11:11:27 -07:00
Matthew Fisher
2b775d693d ref(action): remove io.Writers, return string instead
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-03-13 08:33:06 -07:00
Matthew Fisher
2571dbf82f ref: remove pkg/helm, pkg/hapi, pkg/tiller
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-03-12 09:47:12 -07:00