← Main page

Helm commands

create

creates a chart with a given name.

get all

returns all information for a given release name.

history

shows recent version numbers of a given release.

install

installs a chart to a Kubernetes cluster.

list

lists all releases in a given Kubernetes cluster.

rolback

rollbacks release to one if the previous versions.

show all

shows all information of the chart including values.

status

shows current status of a release; it's useful when installing a chart with big Docker images because Helm will not wait when they are downloaded.

uninstall

uninstalls a release.

upgrade

upgrades already installed chart.