Difference between revisions of "Helm package"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
  
  
  helm create your-new-package && cd your-new-package && [[helm package]] .
+
  [[helm create]] your-new-package && cd your-new-package && [[helm package]] .
  
 
== Related ==
 
== Related ==

Revision as of 19:59, 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 .

Related

See also

Advertising: