diff --git a/cli/app/deploy.go b/cli/app/deploy.go index 5b36fc87..fe758a0a 100644 --- a/cli/app/deploy.go +++ b/cli/app/deploy.go @@ -200,6 +200,9 @@ checkout as-is. Recipe commit hashes are also supported as values for deployedVersion := config.NO_VERSION_DEFAULT if deployMeta.IsDeployed { deployedVersion = deployMeta.Version + if deployMeta.IsChaos { + deployedVersion = deployMeta.ChaosVersion + } } // Gather secrets