Skip to main content

Common Commands


List Repo

helm repo ls

Search Chart

helm search repo chart-name

List Release

helm ls
NAME: clickhouse
NAMESPACE: monitor  
REVISION: 1
UPDATED: 2023-07-24 10:52:50.017724318 +0000 UTC
STATUS: deployed
CHART: clickhouse-0.2.5
APP VERSION: 23.6.2.18-alpine

Get Release History

helm history release-name
REVISION  UPDATED                    STATUS       CHART           APP VERSION     DESCRIPTION
1         Tue Aug 23 17:06:19 2022   superseded   grafana-6.32.18 9.0.5           Install complete
2         Tue Aug 23 17:21:10 2022   superseded   grafana-6.32.18 9.0.5           Upgrade complete

Rollback Release

helm rollback release-name revision