When developing with helm-java recently, some commands seem to have not been implemented yet:
- command: helm repo update, before checking the repo, update the repo list and get the latest
- command: helm history [release-name], we need to view the history, and then click to rollback to the corresponding version.
- command: helm rollback [release-name] [revision], rollback to the specified installed version. This is often used in conjunction with the history command.
I hope you can improve them when you have time. Thanks
When developing with helm-java recently, some commands seem to have not been implemented yet:
I hope you can improve them when you have time. Thanks