Helm package: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
{{Note|<center>Revised for Helm 3</center>}} | {{Note|<center>Revised for Helm 3</center>}} | ||
The command packages a chart into a versioned chart archive file. If a path is given, the command will look at that path for a chart, which must contain a | The command packages a chart into a versioned chart archive file. If a path is given, the command will look at that path for a chart, which must contain a | ||
Chart.yaml file, and then package that directory. If no path is given, the command will look in the present working directory for a Chart.yaml file. Chart.yaml [[Helm_Chart_Chart.yaml#version|version]] element is used when generating the package name. | Chart.yaml file, and then package that directory. If no path is given, the command will look in the present working directory for a Chart.yaml file. Chart.yaml [[Helm_Chart_Chart.yaml#version|version]] element is used when generating the package name: when generating a package, the package command will use the version that it finds in the Chart.yaml as a token in the package name. | ||
The chart archive is saved in the directory the command is run from. | The chart archive is saved in the directory the command is run from. |
Revision as of 18:45, 14 December 2019
External
Internal
Overview
Revised for Helm 3
The command packages a chart into a versioned chart archive file. If a path is given, the command will look at that path for a chart, which must contain a Chart.yaml file, and then package that directory. If no path is given, the command will look in the present working directory for a Chart.yaml file. Chart.yaml version element is used when generating the package name: when generating a package, the package command will use the version that it finds in the Chart.yaml as a token in the package name.
The chart archive is saved in the directory the command is run from.
Options
--debug
Use it to see what is packaged in the chart.