Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleAdd, update and update list repo
$ 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 list
NAME                    URL
stable                  https://charts.helm.sh/stable

Once this is installed, you will be able to list the charts you can install

...