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

@ -183,6 +183,7 @@ recipes.
config.ExposeAllEnv(stackName, compose, app.Env)
config.SetRecipeLabel(compose, stackName, app.Recipe)
config.SetChaosLabel(compose, stackName, internal.Chaos)
config.SetChaosVersionLabel(compose, app.StackName(), chosenDowngrade)
config.SetUpdateLabel(compose, stackName, app.Env)
if !internal.Force {