Skip to content

Instantly share code, notes, and snippets.

@ryanhs
Created December 24, 2023 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanhs/d107b103e9990f75ce113252f8150374 to your computer and use it in GitHub Desktop.
Save ryanhs/d107b103e9990f75ce113252f8150374 to your computer and use it in GitHub Desktop.
fixing helm pending upgrade
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