Difference between revisions of "Helm package"
Jump to navigation
Jump to search
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 == |
Revision as of 20:00, 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
See also
Advertising: