Skip to content

Commit

Permalink
fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Jun 5, 2018
1 parent ff78066 commit 00220b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion decision_maker.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ func decide(r *release, s *state) {

if !isProtected(r) {

reInstallRelease(getDesiredNamespace(r), r) // re-install failed release
logDecision("DECISION: release [ "+r.Name+" ] is in FAILED state. I will upgrade it for you. Hope it gets fixed!", r.Priority)
upgradeRelease(r)

} else {
logDecision("DECISION: release "+r.Name+" is PROTECTED. Operations are not allowed on this release until "+
Expand Down

0 comments on commit 00220b2

Please sign in to comment.