Created
December 24, 2023 07:34
-
-
Save ryanhs/d107b103e9990f75ce113252f8150374 to your computer and use it in GitHub Desktop.
fixing helm pending upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helm -n user-myappspace list --all | |
helm -n user-myappspace history myapp | |
> check for which revision is still truggling, example: 9 - preparing upgrade | |
helm -n user-myappspace rollback myapp 9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment