Installing on Fedora

No packages yet :( No manpages either :(

curl -OL https://get.helm.sh/helm-v3.4.2-linux-amd64.tar.gz
tar -zxvf helm-v3.4.2-linux-amd64.tar.gz linux-amd64/helm
sudo mv linux-amd64/helm /usr/local/bin/helm

Concepts

Tracking the state of releases in the cluster:

Cookbook

Get the values.yaml for any Helm chart

To dump the values.yaml for any Helm chart:

helm show values stable/wordpress > values.yaml

Troubleshooting

403 Forbidden error when trying to access the “stable” repo (kubernetes-charts.storage.googleapis.com):