...
Once you have Helm ready, you can add a chart repository. One popular starting location is the official Helm stable
charts
Code Block | ||||
---|---|---|---|---|
| ||||
$ helm repo add stable https://charts.helm.sh/stable # Make sure we get the latest list of charts $ helm repo update # List chart repositories $ helm repo ls NAME URL stable https://charts.helm.sh/stable |
...