We have SonarQube 10.3 running on AKS, with network policies in place. Previously the IP address for update.sonarsource.org (18.194.178.210) seemed fixed, but now it seems to be behind a redirection service?
When the pod is trying to connect and download the updates from update.sonarsource.org it can’t connect and fails due to the network policies.
Is there a list of IP’s we could whitelist for this, or are we better of turning off the feature entirely?
If you do so, you will be able to see from the logs the following line:
sonarqube 2024.04.25 09:16:49 INFO web[][o.s.s.p.UpdateCenterClient] Update center: https://downloads.sonarsource.com/sonarqube/update/update-center.properties
After you upgrade, may I ask you to send me the error log again, if any?
p.s.
Not sure if you are using custom manifests to deploy SonarQube on AKS. Anyways, you might find our helm chart quite handy also for defining custom network policies.