Skip to content

Commit

Permalink
Adding manifests for v2.10.0 ChaosCenter & updating upgrade agent (#3658
Browse files Browse the repository at this point in the history
)

* Updated upgrade agent

Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>

* Added mainfest updates for v2.10.0 release

Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>
  • Loading branch information
Jonsy13 committed Jun 15, 2022
1 parent 5800e77 commit 8ac8199
Show file tree
Hide file tree
Showing 11 changed files with 2,822 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -88,8 +88,13 @@ func (m *UpgradeManager) getUpgradePath() map[string]UpgradeExecutor {
VersionManager: nil,
},

// latest version no more upgrades available
"2.9.0": {
NextVersion: "2.10.0",
VersionManager: nil,
},

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

0 comments on commit 8ac8199

Please sign in to comment.