Helm rollback to previous release

前端 未结 5 629
花落未央
花落未央 2021-02-05 03:38

I am looking for a way to rollback a helm release to its previous release without specifying the target release version as a number.

Something like helm rollback &

5条回答
  •  甜味超标
    2021-02-05 04:02

    As it turns out, there is an undocumented option to rollback to the last successful release by defining the target release version as 0. like: helm rollback 0

    Source: https://github.com/helm/helm/issues/1796

提交回复
热议问题