Helm# Show possible helm chart settings: 1helm show values prometheus-community/kube-prometheus-stack | less Show installed settings: 1 2helm list --all-namespaces helm get values kube-prometheus-stack -n k3s-monitoring | less Show all charts of a repository: 1helm search repo prometheus-community Show all repositories: 1helm repo list