Downloading the CLI and then running the install command seems to ignore the provided image argument, defaulting to a quite old one instead:
$ noobaa install --noobaa-image=noobaa/noobaa-core:5.18.6
INFO[0000] CLI version: 5.18.6
INFO[0000] noobaa-image: noobaa/noobaa-core:master-20240520
INFO[0000] operator-image: noobaa/noobaa-operator:5.18.6
INFO[0000] noobaa-db-image: quay.io/sclorg/postgresql-15-c9s
INFO[0000] Namespace: default
My expectation would be that the image default is aligned with the most recent released one. And that providing that argument would actually override it.
Downloading the CLI and then running the install command seems to ignore the provided image argument, defaulting to a quite old one instead:
My expectation would be that the image default is aligned with the most recent released one. And that providing that argument would actually override it.