fix: show chaos version on deploy overview
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user