Affected Chart
icinga-stack
Which version of the app contains the bug?
0.3.0
Please describe your problem
After deploying the helm Chart found in the Get Started section (https://icinga.com/blog/2024/03/14/introducing-icinga-for-kubernetes/ ) all pods are deployed and running but when browsing in the Icinga Web Interface, the kubernetes module is not working.
An SQL error is thrown: xyz.id not found.
It seems that there was recently a change in the code and "id" was replaced by "uuid" in the database scheme, but the "icinga-kubernetes-web" is still using the old scheme
Affected Chart
icinga-stack
Which version of the app contains the bug?
0.3.0
Please describe your problem
After deploying the helm Chart found in the Get Started section (https://icinga.com/blog/2024/03/14/introducing-icinga-for-kubernetes/ ) all pods are deployed and running but when browsing in the Icinga Web Interface, the kubernetes module is not working.
An SQL error is thrown:
xyz.id not found.It seems that there was recently a change in the code and "id" was replaced by "uuid" in the database scheme, but the "icinga-kubernetes-web" is still using the old scheme