Difference between revisions of "Helm show"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  helm show all stable/grafana
+
{{lowercase}}
 +
  [[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]]
  
  helm show [[chart]] stable/grafana
+
Examples:
<pre>
+
  [[helm show all grafana/grafana]]
helm show chart stable/grafana
+
[[helm show all elastic/elasticsearch]]
apiVersion: v1
+
[[helm show all elastic/kibana]]
appVersion: 7.1.1
 
description: The leading tool for querying and visualizing time series and metrics.
 
home: https://grafana.net
 
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
 
kubeVersion: ^1.8.0-0
 
maintainers:
 
 
  name: zanhsieh
 
 
  name: rtluckie
 
 
  name: maorfr
 
name: grafana
 
sources:
 
- https://github.com/grafana/grafana
 
version: 5.5.5
 
</pre>
 
  
== Related commands ==
+
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 ==
 
* <code>[[rpm -qi]]</code>
 
* <code>[[rpm -qi]]</code>
 +
* [[Chart]]
 +
* [[helm repo]]
 +
* [[helm repo list]]
 +
* [[helm repo update]]
 +
* [[helm get values]]
 +
[[~/Library/Preferences/helm/repositories.yaml]]
 +
[[~/Library/Preferences/helm/registry/config.json]]
 +
[[~/Library/Caches/helm/repository]]
  
 
== See also ==
 
== See also ==
* {{Helm}}
+
* {{helm show}}
 +
* {{helm}}
  
 
[[Category:Helm]]
 
[[Category:Helm]]

Latest revision as of 13:41, 4 December 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[edit]

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

See also[edit]

Advertising: