helm package

From wikieduonline
Revision as of 20:31, 30 January 2025 by Welcome (talk | contribs) (→‎Related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: