Skip to content

Common Commands

List Repo

bash
helm repo ls

Search Chart

bash
helm search repo chart-name

List Release

bash
helm ls
yaml
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

bash
helm history release-name
bash
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

bash
helm rollback release-name revision