Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
f745c9c7
Commit
f745c9c7
authored
Feb 07, 2017
by
Tao Zhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(using_helm): fix outdated `helm rollback` example usage in doc
Closes #1921
parent
d19b6cdd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
using_helm.md
docs/using_helm.md
+4
-3
No files found.
docs/using_helm.md
100644 → 100755
View file @
f745c9c7
...
@@ -324,16 +324,17 @@ cluster. And as we can see above, it shows that our new values from
...
@@ -324,16 +324,17 @@ cluster. And as we can see above, it shows that our new values from
`panda.yaml`
were deployed to the cluster.
`panda.yaml`
were deployed to the cluster.
Now, if something does not go as planned during a release, it is easy to
Now, if something does not go as planned during a release, it is easy to
roll back to a previous release.
roll back to a previous release
using
`helm rollback [RELEASE] [REVISION]`
.
```
console
```
console
$
helm rollback happy-panda
--version
1
$
helm rollback happy-panda 1
```
```
The above rolls back our happy-panda to its very first release version.
The above rolls back our happy-panda to its very first release version.
A release version is an incremental revision. Every time an install,
A release version is an incremental revision. Every time an install,
upgrade, or rollback happens, the revision number is incremented by 1.
upgrade, or rollback happens, the revision number is incremented by 1.
The first revision number is always 1.
The first revision number is always 1. And we can use
`helm history [RELEASE]`
to see revision numbers for a certain release.
## Helpful Options for Install/Upgrade/Rollback
## Helpful Options for Install/Upgrade/Rollback
There are several other helpful options you can specify for customizing the
There are several other helpful options you can specify for customizing the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment