Plugins
Some plugins can be used along with the helm command.
Helm Dashboard
https://github.com/komodorio/helm-dashboard
Helm Dashboard is an open-source project that offers a UI-driven way to view installed helm charts, see revision histories and corresponding k8s resources. It also allows users to perform simple actions like reverting to a revision or upgrading to a newer version.
# To install
helm plugin install https://github.com/komodorio/helm-dashboard.git
# The command below will run the dashboard
helm dashboard
# To uninstall
helm plugin uninstall dashboard
Helm Secrets
helm-secrets is a helm plugin to decrypt encrypted helm value files in real-time.
# To install at a specific version. If you don't specify the version, it will install the latest
helm plugin install https://github.com/jkroepke/helm-secrets
# This command below would install at a specific version
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.1
# To uninstall
helm plugin uninstall secrets