Set chaos version label for each deployed or upgraded app

This commit is contained in:
2023-03-01 12:16:17 +01:00
parent f29278f80a
commit 611430aab2
4 changed files with 14 additions and 0 deletions

View File

@ -139,6 +139,7 @@ func DeployAction(c *cli.Context) error {
config.ExposeAllEnv(app.StackName(), compose, app.Env)
config.SetRecipeLabel(compose, app.StackName(), app.Recipe)
config.SetChaosLabel(compose, app.StackName(), Chaos)
config.SetChaosVersionLabel(compose, app.StackName(), version)
config.SetUpdateLabel(compose, app.StackName(), app.Env)
if err := DeployOverview(app, version, "continue with deployment?"); err != nil {