Updated upgrade agent version (#3766)

Signed-off-by: Amit Kumar Das <amit.das@harness.io>

Signed-off-by: Amit Kumar Das <amit.das@harness.io>
This commit is contained in:
Amit Kumar Das 2022-09-15 18:00:22 +05:30 committed by GitHub
parent 69a4d0788c
commit 0d06c4e058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -103,8 +103,13 @@ func (m *UpgradeManager) getUpgradePath() map[string]UpgradeExecutor {
VersionManager: nil,
},
// latest version, no more upgrades available
"2.12.0": {
NextVersion: "2.13.0",
VersionManager: nil,
},
// latest version, no more upgrades available
"2.13.0": {
NextVersion: "",
VersionManager: nil,
},