...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ helm search repo stable NAME CHART VERSION APP VERSION DESCRIPTION stable/acs-engine-autoscaler 2.2.2 2.1.1 DEPRECATED Scales worker nodes within agent pools stable/aerospike 0.2.8 v4.5.0.5 A Helm chart for Aerospike in Kubernetes stable/airflow 4.1.0 1.10.4 Airflow is a platform to programmatically autho... stable/ambassador 4.1.0 0.81.0 A Helm chart for Datawire Ambassador # ... and many more |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ helm ls [-n <namespace>] NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION mysql-1612351953 default 1 2021-02-03 11:32:36.136264337 +0000 UTC deployed mysql-1.6.9 5.7.30 |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ helm uninstall mysql-1612351953 [--keep-history] release "mysql-1612351953" uninstalled |
...