Skip to content

Helm#

Show possible helm chart settings:

helm show values prometheus-community/kube-prometheus-stack | less

Show installed settings:

helm list --all-namespaces
helm get values kube-prometheus-stack -n k3s-monitoring | less

Show all charts of a repository:

helm search repo prometheus-community

Show all repositories:

helm repo list