From e01731d83a8feef6ab73ea3bcc4237909091f8db Mon Sep 17 00:00:00 2001 From: ithrael Date: Mon, 28 Aug 2023 22:17:08 +0800 Subject: [PATCH] doc:Executing helm rollback release 0 will roll back to the previous release Signed-off-by: ithrael --- cmd/helm/rollback.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/rollback.go b/cmd/helm/rollback.go index ea4b75cb1..7de98e404 100644 --- a/cmd/helm/rollback.go +++ b/cmd/helm/rollback.go @@ -32,8 +32,8 @@ const rollbackDesc = ` This command rolls back a release to a previous revision. The first argument of the rollback command is the name of a release, and the -second is a revision (version) number. If this argument is omitted, it will -roll back to the previous release. +second is a revision (version) number. If this argument is omitted or set to +0, it will roll back to the previous release. To see revision numbers, run 'helm history RELEASE'. `