Must-share information:
- SonarQube Server Enterprise Edition 2025.4.4
- Helm
- Configure SonarQube to use a http proxy when fetching from online sources
- Setting httpProxy: “http://proxy.company.local:8080”
httpsProxy: “http://proxy.company.local:8080”
noProxy: “.company.local, 127.0.0.1”
Hi,
I’m trying to deploy SonarQube using the Helm chart but can’t get seem to get the proxy connection right. What is the expected format format in values.yaml?
I’ve tried:
- Setting httpProxy: “http://proxy.company.local:8080”
httpsProxy: “http://proxy.company.local:8080”
noProxy: “.company.local, 127.0.0.1” - Setting httpProxy: “proxy.company.local:8080”
httpsProxy: “proxy.company.local:8080”
noProxy: “.company.local, 127.0.0.1”
Would be great to have an example in the docs ![]()