Use by Command Line

user@qke:~$ helm repo add test https://charts.kubesphere.io/test
"test" has been added to your repositories
user@qke:~$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "test" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!⎈
user@qke:~$ helm install test/redis
...

Use by KubeSphere Dashboard

  1. Sign in as "cluster admin" user
  2. Navigate to Platform - Platform Settings - App Repositories - Add App Repository
  3. Fill in repo name and URL https://charts.kubesphere.io/test
* View more on KubeSphere Docs.