Why doesn't helm tell me which version of Longhorn it just installed?

Is this the only package management software on Earth that doesn’t tell us what version it just installed? Absolutely mind bottling. Jesus Fried Christ.

:~$ helm install longhorn longhorn/longhorn --namespace longhorn-system

NAME: longhorn
LAST DEPLOYED: Fri Nov 8 03:22:13 2024
NAMESPACE: longhorn-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:

Longhorn is now installed on the cluster!

Please wait a few minutes for other Longhorn components such as CSI deployments, Engine Images, and Instance Managers to be initialized.

@thezog Hi, I’ve always used the --versions option, or if without, AFAIK it is the latest from helm search repo name/name --versions

1 Like

Thanks. It’s easy enough to get the version after it’s installed or find versions before you install. Struck me as really weird I guess. I was tired.