Bigbang upgrade breaks Sonarqube
Feature Request
Why
What is the use case for the feature you are requesting? What are you trying to solve?
Every BigBang upgrade breaks SonarQube. On the highside we use CA Certs. After every upgrade we have to modify SonarQube values.yaml and uncomment caCerts, image, secret, enabled. In the SonarQube templates/Deployment.yaml have to add the following to the args command: chmod 0750 /tmp/certs/cacerts Then we have to tag the commit and reference that tag in our Override. Also, had to increase the initContainers memory to 300Mi because 8Mi was too small.