Helm rollback to previous release

前端 未结 5 514
花落未央
花落未央 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 03:55

    Unlike the previous old answers above.

    According to the latest documentation, you can rollback to the previous version by simply omitting the argument in helm rollback. Which means your command should like below to rollback to the previous version.

    helm rollback

提交回复
热议问题