From 7899b577814f279467fef0accea26b4006aa851a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 29 Sep 2025 18:58:43 +0200 Subject: [PATCH] fix: show chaos version on deploy overview --- cli/app/deploy.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/app/deploy.go b/cli/app/deploy.go index 06f3c342..116637d9 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