Difference between revisions of "Helm package"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
  helm package your-demo
 
  helm package your-demo
  Successfully packaged chart and saved it to: /tmp/your-demo-0.1.0.tgz
+
  Successfully packaged chart and saved it to: /tmp/your-demo-0.1.0[[.tgz]]
  
  
Line 13: Line 13:
  
 
  [[helm create]] your-new-package && cd your-new-package && [[helm package]] .
 
  [[helm create]] your-new-package && cd your-new-package && [[helm package]] .
 +
Successfully packaged chart and saved it to: .../...
  
 
== Related ==
 
== Related ==
Line 19: Line 20:
 
* <code>[[helm create]]</code>
 
* <code>[[helm create]]</code>
 
* <code>[[helm registry login]]</code>
 
* <code>[[helm registry login]]</code>
 +
* [[helm_release]]
  
 
== See also ==
 
== See also ==

Latest revision as of 20:31, 30 January 2025

helm package (doc) package a chart directory into a chart archive

  • helm package . -u --version=1.0.0
helm package your-demo
Successfully packaged chart and saved it to: /tmp/your-demo-0.1.0.tgz


    - name: Package Helm chart
       run: helm package ./helm-charts/chart-name


helm create your-new-package && cd your-new-package && helm package .
Successfully packaged chart and saved it to: .../...

Related[edit]

See also[edit]

Advertising: