Skip to content

Commit

Permalink
Updating the Upgrade agent version (#3899)
Browse files Browse the repository at this point in the history
* Adding manifest and readme for litmus-3.0.0-beta4

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>

* Updating tag of event tracker

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>

* updating the upgrade agent

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>

---------

Signed-off-by: Adarsh kumar <adarsh.kumar@harness.io>
  • Loading branch information
Adarshkumar14 committed Feb 15, 2023
1 parent 9efec44 commit ce715ee
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -128,8 +128,13 @@ func (m *UpgradeManager) getUpgradePath() map[string]UpgradeExecutor {
VersionManager: nil,
},

// latest version, no more upgrades available
"3.0.0-beta3": {
NextVersion: "3.0.0-beta4",
VersionManager: nil,
},

// latest version, no more upgrades available
"3.0.0-beta4": {
NextVersion: "",
VersionManager: nil,
},
Expand Down

0 comments on commit ce715ee

Please sign in to comment.