Project 'platform-one/big-bang/bigbang' was moved to 'big-bang/bigbang'. Please update any links and bookmarks that may still have the old path.
Flux memory limits lead to OOM Killed when reading in large Git repos
The current limit of 256Mi is too low if you ever pull in a larger git repository containing a Helm chart. When I put in https://github.com/sonarsource/helm-chart-sonarqube, I get OOM Killed errors and restarts, resulting in delays for the deployment.
I suspect we may have some users adding their own charts from Git for mission apps and the charts may be larger than what we provide in repo1. If I increase my default memory to 384Mi, my OOM Killed issue goes away.