Closed KarstenSiemer closed 5 days ago
you have 2 bots installed
1) renovate bot MEND hosted https://developer.mend.io/ (renovate [bot]) 2) CE self hosted renovate. (ba-tool [bot])
see PRs:
fact is, there is nothing more to update on the repo, since renovate bot already updated everything. i forked and tried to run renovate CLI on it, found 1 update which u already "closed PR" ignored update (https://github.com/KarstenSiemer/BMMI/pull/33)
it is not recommended to run with 2 different bots on the same repository as they are doing the same kind of work.
Hi @PhilipAbed. Thanks for your quick response. Yes, I am aware. I activated the cloud renovate to check if this will create PRs to see if I can narrow down where the problem is. I have now deactivated the cloud version again and want to only use the self-hosted one.
I actually think I have found the problem by now with my self-hosted installation. It runs on a KinD Cluster on my Mac M3, which appears to be the problem as apple cannot natively run docker, but spins up a VM for that. Each container then, by default, can only have 10GB and the VM only had like 70GB. Given the size of the full image of renovate and me actually hosting 4 KinD clusters on that VM, I just ran out of space. The self-hosted renovate probably ran but was never able to finish the first run and something broke somehow due to disk pressure. I have reconfigured the VM to 200GB and have not yet seen problems. I will try to do some stuff in the repo today and check if the self-hosted installation will now create PRs.
I can confirm that it was the storage issue. The self-deployed is working now. Thanks a lot!
That's great to hear. Thanks for letting us know the resolution.
Hi! First of all, thanks for supplying a CE version of this amazing tool. I am currently trying it out on a little dummy project I have where do some GitOps stuff just for the sake of it. This helps me to evaluate projects in a sandboxed way, as I a looking into buying a premium project for my employer currently. Since that is all on-prem in private cloud, it will require a self-hosted version. Anyways, I can't get the self-deployed version to open PRs on my dummy project. It once opened the onboarding PR this one and thats it. I tried to debug all day but didn't get any further than installing the cloud github app, which worked perfectly from the get go, so it is nothing wrong with my repo. As it opened the onboarding PR, there should be nothing wrong with my app either. So it must be actual ce installation. I restarted it quite often (no persistence), but it never got better. It just prints the following:
I'll attach the full debug log. renovate.log
I can see that it has that one parsing error, which it logs, but as the cloud version still manages to succeed, i figure that thats probably not the problem.
I have used the CE license which was mentioned here I installed it using terraform and the helm chart from this repo on a local KinD cluster (k8s v1.31.0), like so:
The api return me this kind of data:
I think I most likely have made a stupid mistake and am somehow too blind.
Any help would be greatly appreciated. Thanks in advance :-)
Edit: I have deactivated the cloud renovate and closed its latest PR, so if the self-hosted one starts working, it should open that one up again.