Describe the bug
After upgrading to version 0.29.1 I am seeing this warning appear in the logs during the startup of the runner:
2025-11-06 19:23:53.727 WARNING You are running version 0.0.0 of robusta, but the latest version is 0.29.1. Please update to the latest version.
I have confirmed that we are running image version 0.29.1, and I have tried adding an env var to specify the version, but the warning persists.
To Reproduce
Steps to reproduce the behavior:
- Upgrade to release
0.29.1
- Ensure the version number is set correctly in your values file
- Start up the runner
- Notice warning
Expected behavior
That the runner recognizes its version number and doesn't believe it is version 0.0.0.
Describe the bug
After upgrading to version
0.29.1I am seeing this warning appear in the logs during the startup of the runner:I have confirmed that we are running image version
0.29.1, and I have tried adding an env var to specify the version, but the warning persists.To Reproduce
Steps to reproduce the behavior:
0.29.1Expected behavior
That the runner recognizes its version number and doesn't believe it is version
0.0.0.