Skip to content

Commit

Permalink
Revert "updating upgrade_status: completed (#1833)" (#1920)
Browse files Browse the repository at this point in the history
* Revert "updating upgrade_status: completed (#1833)"

This reverts commit 23be42a.

* Leaving in upgrade_status field for retry functionality

(cherry picked from commit 69687f3)
  • Loading branch information
juliaElastic authored and mergify[bot] committed Sep 29, 2022
1 parent 4203ce1 commit 20d7a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/api/handleAck.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ func (ack *AckT) handleUpgrade(ctx context.Context, zlog zerolog.Logger, agent *
doc := bulk.UpdateFields{
dl.FieldUpgradeStartedAt: nil,
dl.FieldUpgradedAt: now,
dl.FieldUpgradeStatus: "completed",
}

body, err := doc.Marshal()
Expand Down

0 comments on commit 20d7a13

Please sign in to comment.