add env ENABLE_AUTO_UPDATE as label to enable/disable the auto update process

This commit is contained in:
2023-01-31 13:33:41 +01:00
parent ebb86391af
commit 6774893412
4 changed files with 18 additions and 0 deletions

View File

@ -181,6 +181,7 @@ recipes.
config.ExposeAllEnv(stackName, compose, app.Env)
config.SetRecipeLabel(compose, stackName, app.Recipe)
config.SetChaosLabel(compose, stackName, internal.Chaos)
config.SetUpdateLabel(compose, stackName, app.Env)
if !internal.Force {
if err := internal.NewVersionOverview(app, deployedVersion, chosenDowngrade, ""); err != nil {