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
2a86164c
Unverified
Commit
2a86164c
authored
Apr 06, 2018
by
Taylor Thomas
Committed by
GitHub
Apr 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3829 from stuartleeks/set-rollback-failure
Fix: Failed rollback left in PENDING_ROLLBACK state
parents
2e309df0
bac4f45f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
release_rollback.go
pkg/tiller/release_rollback.go
+1
-1
No files found.
pkg/tiller/release_rollback.go
View file @
2a86164c
...
...
@@ -135,7 +135,7 @@ func (s *ReleaseServer) performRollback(currentRelease, targetRelease *release.R
targetRelease
.
Info
.
Status
.
Code
=
release
.
Status_FAILED
targetRelease
.
Info
.
Description
=
msg
s
.
recordRelease
(
currentRelease
,
true
)
s
.
recordRelease
(
targetRelease
,
fals
e
)
s
.
recordRelease
(
targetRelease
,
tru
e
)
return
res
,
err
}
...
...
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