Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap/appset-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/releases/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading