Helpful helm commands
Get all of the versions of a helm chart:
helm search repo REPO --versions
See what options are configurable on a chart:
helm show values CHART
See what hooks are in play:
helm get hooks CHART
Get all of the versions of a helm chart:
helm search repo REPO --versions
See what options are configurable on a chart:
helm show values CHART
See what hooks are in play:
helm get hooks CHART