diff --git a/cli/app/undeploy.go b/cli/app/undeploy.go index 97f458a7..f7474795 100644 --- a/cli/app/undeploy.go +++ b/cli/app/undeploy.go @@ -65,9 +65,14 @@ Passing "--prune/-p" does not remove those volumes.`), log.Fatal(i18n.G("%s is not deployed?", app.Name)) } + version := deployMeta.Version + if deployMeta.IsChaos { + version = deployMeta.ChaosVersion + } + if err := internal.DeployOverview( app, - deployMeta.Version, + version, config.NO_DOMAIN_DEFAULT, "", nil,