Difference between revisions of "Helm show chart"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Helm show)
Tag: New redirect
 
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#redirect [[helm show]]
+
{{lowercase}}
 +
 
 +
 
 +
[[helm show chart --help]]
 +
 
 +
[[helm show]] [[chart]]
 +
Error: "helm show chart" requires 1 argument
 +
 +
Usage:  helm show chart [CHART] [flags]
 +
 
 +
[[helm show chart grafana/grafana]]
 +
[[helm show chart elastic/elasticsearch]]
 +
 
 +
 
 +
[[helm show chart]] stable/grafana
 +
<pre>
 +
helm show chart stable/grafana
 +
apiVersion: v1
 +
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>
 +
 
 +
== Helm v2 ==
 +
helm show
 +
Error: unknown command "show" for "helm"
 +
Run 'helm --help' for usage.
 +
 
 +
== Related ==
 +
[[helm show values elastic/elasticsearch]]
 +
[[helm get values elasticsearch --all]]
 +
 
 +
== See also ==
 +
* {{helm show}}
 +
* {{helm}}
 +
 
 +
[[Category:Helm]]

Latest revision as of 13:43, 4 December 2023


helm show chart --help
helm show chart
Error: "helm show chart" requires 1 argument 

Usage:  helm show chart [CHART] [flags]
helm show chart grafana/grafana
helm show chart elastic/elasticsearch


helm show chart stable/grafana
helm show chart stable/grafana
apiVersion: v1
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:
- email: [email protected]
  name: zanhsieh
- email: [email protected]
  name: rtluckie
- email: [email protected]
  name: maorfr
name: grafana
sources:
- https://github.com/grafana/grafana
version: 5.5.5

Helm v2[edit]

helm show
Error: unknown command "show" for "helm"
Run 'helm --help' for usage.

Related[edit]

helm show values elastic/elasticsearch
helm get values elasticsearch --all

See also[edit]

Advertising: