Argocd can't sync with repos after update in tag: "3.6.8-bb.6"
Description
After upgrade to BB 1.15.0 - 1.16.0, Agocd no longer sync's with git repos. When I override Argocd to use #tag: "3.6.8-bb.5" Argocd works as expected. As far as I can see it has to do with the redis update.
BigBang Version
BB 1.14.1
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related or that one is blocking others.
Learn more.
@jason.crothers we added resource limits and requests to redis. Are you seeing the redis pods restarting? You can increase the redis resources by passing in the following at the bigbang level:
I didn't see a problem with redis servers and resources. However, repo and controller did need some modifications. I will remove my tag overlay and try out new argocd again to double check redis resources. Here is what I needed to bump those other resources up to.
Ok, I guess after making the resource changes I mentioned. I just had to go and do a Hard-Refresh on just about everything. The Redis defaults for resources are good, didn't have to change those. I guess we can close this out.
We have seen some other issues with the redis resources, so I went ahead and upped them anyways. This will get closed when the linked MR is merged into BB.