From 01d6bbafc491d8e4c63b5254e15c885feffbf20a Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Mon, 14 Sep 2026 09:00:08 +0200 Subject: [PATCH] test(sonarqube): remove 26.5.0 web-layer agent + webapp override to isolate 26.7 search regression (?v=4) --- bootstrap/appset-helm.yaml | 2 +- helm/releases/sonarqube/values.yaml | 20 +------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/bootstrap/appset-helm.yaml b/bootstrap/appset-helm.yaml index dd90637..7232af3 100644 --- a/bootstrap/appset-helm.yaml +++ b/bootstrap/appset-helm.yaml @@ -120,7 +120,7 @@ spec: repoURL: https://SonarSource.github.io/helm-chart-sonarqube version: 2026.4.1 syncWave: '20' - valueURL: https://raw.githubusercontent.com/ebpro/gitops/main/helm/releases/sonarqube/values.yaml?v=3 + valueURL: https://raw.githubusercontent.com/ebpro/gitops/main/helm/releases/sonarqube/values.yaml?v=4 - app: tempo chart: tempo namespace: tempo diff --git a/helm/releases/sonarqube/values.yaml b/helm/releases/sonarqube/values.yaml index b55a003..5372fd4 100644 --- a/helm/releases/sonarqube/values.yaml +++ b/helm/releases/sonarqube/values.yaml @@ -1,23 +1,5 @@ community: enabled: true -extraInitContainers: - - args: - - wget -O /tmp/sonarqube-webapp.zip https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/26.5.0/sonarqube-webapp.zip && unzip -o /tmp/sonarqube-webapp.zip -d /web && chmod -R 755 /web && chown -R 1000:0 /web && rm -f /tmp/sonarqube-webapp.zip - command: - - sh - - -c - image: busybox:1.37 - name: download-webapp - volumeMounts: - - mountPath: /web - name: webapp -extraVolumeMounts: - - mountPath: /opt/sonarqube/web - name: webapp -extraVolumes: - - emptyDir: - sizeLimit: 50Mi - name: webapp jdbcOverwrite: enabled: true jdbcSecretName: sonarqube-db-app @@ -49,10 +31,10 @@ resources: requests: cpu: 500m memory: 2Gi + # TEMP 2026-09-14 (sonarqube-267-empty-projects): 26.5.0 web-layer javaagent + web-app zip override removed to isolate 26.7 search regression. CE-side plugin config intentionally unchanged. sonarProperties: sonar.ce.javaAdditionalOpts: -javaagent:/opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-26.5.0.jar=ce sonar.security.textblock.cipherType: AES256 - sonar.web.javaAdditionalOpts: -javaagent:/opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-26.5.0.jar=web sonar.web.sso.enable: "true" sonar.web.sso.loginHeader: "Gap-Auth" sonar.web.sso.nameHeader: "Gap-Auth"