-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REL-2696 - Upgrade SonarQube to 10.1.0
- Loading branch information
1 parent
1856f9f
commit 66fd412
Showing
8 changed files
with
136 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: sonarqube-dce | |
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards. | ||
type: application | ||
version: 10.1.0 | ||
appVersion: 10.0.0 | ||
appVersion: 10.1.0 | ||
keywords: | ||
- coverage | ||
- security | ||
|
@@ -25,6 +25,8 @@ maintainers: | |
email: [email protected] | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Upgrading SonarQube to 10.1.0" | ||
- kind: changed | ||
description: "Support Kubernetes v1.27 while dropping v1.23" | ||
- kind: changed | ||
|
@@ -43,9 +45,9 @@ annotations: | |
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/images: | | ||
- name: sonarqube-app | ||
image: sonarqube:10.0.0-datacenter-app | ||
image: sonarqube:10.1.0-datacenter-app | ||
- name: sonarqube-search | ||
image: sonarqube:10.0.0-datacenter-search | ||
image: sonarqube:10.1.0-datacenter-search | ||
dependencies: | ||
- name: postgresql | ||
version: 10.15.0 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters