fix: adapt to new unkown version marker

Follows 7a0d18ceb6.
This commit is contained in:
2022-01-01 17:37:10 +01:00
parent 7a0d18ceb6
commit 0353427c71
3 changed files with 3 additions and 5 deletions

View File

@ -92,8 +92,7 @@ recipes.
}
var availableUpgrades []string
if deployedVersion == "" {
deployedVersion = "unknown"
if deployedVersion == "uknown" {
availableUpgrades = versions
logrus.Warnf("failed to determine version of deployed %s", app.Name)
}