mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cli: prefix "v" to cli version in versionCollector
No new images will be found unless this is set
This commit is contained in:
parent
b4ef4ec370
commit
33a884d4e4
@ -81,7 +81,7 @@ func runUpgradeCheck(cmd *cobra.Command, args []string) error {
|
||||
client: http.DefaultClient,
|
||||
rekor: rekor,
|
||||
flags: flags,
|
||||
cliVersion: constants.VersionInfo,
|
||||
cliVersion: compatibility.EnsurePrefixV(constants.VersionInfo),
|
||||
log: log,
|
||||
},
|
||||
log: log,
|
||||
|
Loading…
Reference in New Issue
Block a user