From 042c755c8b8bbe3261210070012574a9863c11db Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 19 Sep 2026 00:19:43 +0200 Subject: [PATCH] fix(sonarqube): source JDBC password from sonarqube-postgresql (Vault) to match DatabaseRole --- bootstrap/appset-helm.yaml | 2 +- helm/releases/sonarqube/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/appset-helm.yaml b/bootstrap/appset-helm.yaml index 25ecef8..87c48f8 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=7 + valueURL: https://raw.githubusercontent.com/ebpro/gitops/main/helm/releases/sonarqube/values.yaml?v=8 - app: tempo chart: tempo namespace: tempo diff --git a/helm/releases/sonarqube/values.yaml b/helm/releases/sonarqube/values.yaml index d25368e..0e04ce8 100644 --- a/helm/releases/sonarqube/values.yaml +++ b/helm/releases/sonarqube/values.yaml @@ -23,7 +23,7 @@ image: tag: 26.5.0.122743-community jdbcOverwrite: enabled: true - jdbcSecretName: sonarqube-db-app + jdbcSecretName: sonarqube-postgresql jdbcSecretPasswordKey: password jdbcUrl: jdbc:postgresql://sonarqube-db-rw.sonarqube.svc.cluster.local:5432/app jdbcUsername: app