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:

dkp create chart-bundle
CODE

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

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

DKP Internal Helm Repository

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

dkp get charts
CODE

Individual charts can be removed using:

dkp delete chart [chartName] [chartVersion]
CODE

It is possible to push new charts as well:

dkp push chart [chartTarball]
CODE

Or push a new bundle:

dkp push chart-bundle [chartsTarball]
CODE

 

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