Difference between revisions of "Helm show"

From wikieduonline
Jump to navigation Jump to search
Line 23: Line 23:
 
  helm inspect your-app
 
  helm inspect your-app
 
  Error: failed to download "your-app" (hint: running `[[helm repo update]]` may help)
 
  Error: failed to download "your-app" (hint: running `[[helm repo update]]` may help)
 +
 +
helm show all my-mariadb
 +
Error: non-absolute URLs should be in form of repo_name/path_to_chart, got: my-mariadb
  
  

Revision as of 19:27, 8 November 2023

helm show or helm inspect
helm show all XXXX/YYY
helm show chart
helm show crds
helm show readme
helm show values
helm show values --help
helm show --help

Examples:

helm show all grafana/grafana
helm show all elastic/elasticsearch
helm show all elastic/kibana
helm show (v2.17.0)
Error: unknown command "show" for "helm"
Run 'helm --help' for usage.
Solution: use helm inspect


helm inspect your-app
Error: failed to download "your-app" (hint: running `helm repo update` may help)
helm show all my-mariadb
Error: non-absolute URLs should be in form of repo_name/path_to_chart, got: my-mariadb


Related terms

~/Library/Preferences/helm/repositories.yaml
~/Library/Preferences/helm/registry/config.json
~/Library/Caches/helm/repository

See also

Advertising: