Difference between revisions of "Helm charts"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* <code>[[helm list]]</code> | * <code>[[helm list]]</code> | ||
* <code>[[helm search repo]] <reponame>/<chartname> --versions</code> | * <code>[[helm search repo]] <reponame>/<chartname> --versions</code> | ||
− | + | * [[Chart templates]] | |
== See also == | == See also == |
Revision as of 19:14, 12 July 2022
Helm packages multiple Kubernetes resources into a single logical deployment unit called a chart.
helm create YOUR_NEW_CHART
helm show chart stable/grafana
helm pull chartrepo/chartname
Related
helm list
helm search repo <reponame>/<chartname> --versions
- Chart templates
See also
helm show [ chart | all | crds | values | readme ]
,helm show --help
- Helm,
helm
[repo | template
|list
|install | unsintall
|create
|show | pull | push
|status | history | plugin
|search | upgrade | delete | lint | test | package | dependency | get | rollback | version | --help]
,helm@2
, Chart file structure, Helm Charts,values.yaml, chart.yaml
, Helm functions, Helm versions,helmfile
Deprecated:init
, variables, Mapkubeapis, .helmignore
Advertising: