Skip to main content
Skip table of contents

Helm and Chart Bundle CLI Commands

Kommander Charts Bundle

The charts bundle is a gzipped tar archive containing Helm charts, which are required during Kommander installation. Create the charts bundle with the Kommander CLI or downloaded along with the DKP CLI. Execute this command to create the charts bundle:

CODE
dkp create chart-bundle

DKP creates charts-bundle.tar.gz. Optionally, specify the output using the -o parameter:

CODE
dkp create chart-bundle -o [name of the output file]

DKP Internal Helm Repository

The DKP charts bundle is pushed to DKP’s internal Helm repository. To inspect the contents:

CODE
dkp get charts

Individual charts can be removed using:

CODE
dkp delete chart [chartName] [chartVersion]

It is possible to push new charts as well:

CODE
dkp push chart [chartTarball]

Or push a new bundle:

CODE
dkp push chart-bundle [chartsTarball]

 

Check the built-in help text for each command for more information.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.