forked from toolshed/abra
		
	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 | 		deployedVersion := config.NO_VERSION_DEFAULT | ||||||
| 		if deployMeta.IsDeployed { | 		if deployMeta.IsDeployed { | ||||||
| 			deployedVersion = deployMeta.Version | 			deployedVersion = deployMeta.Version | ||||||
|  | 			if deployMeta.IsChaos { | ||||||
|  | 				deployedVersion = deployMeta.ChaosVersion | ||||||
|  | 			} | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		// Gather secrets | 		// Gather secrets | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user