Check your helm chart dependencies for updates and apply them with an interactive selection. helmup is a self-contained binary bundling (parts of) the helm cli written in go.
Download the latest version for your OS and copy it to a place in
your PATH (e.g. /usr/bin on linux).
A package is available in the AUR.
yay -S helmup-bin# Run in a directory with a Chart.yaml file.
helmup
# Pass a directory containing a Chart.yaml file.
helmup /path/to/helm/directory