Skip to content

Commit 1bb2809

Browse files
OPE-2200 Fix Azure app version not picked for validation
1 parent 7256af9 commit 1bb2809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-marketplace-k8s-app/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applicationName: sonarqube
22
publisher: "SonarSource"
33
description: "SonarQube Server 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."
4-
version: 2025.5.0
4+
version: 2025.5.1
55
helmChart: "./sonarqube-azure"
66
clusterArmTemplate: "./mainTemplate.json"
77
uiDefinition: "./createUIDefinition.json"

azure-marketplace-k8s-app/sonarqube-azure/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2 # Or v1 depending on your Helm version
22
name: sonarqube-azure
3-
version: 2025.5.0
3+
version: 2025.5.1
44
appVersion: 2025.5.0
55
description: "SonarQube Server 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."
66
type: application

0 commit comments

Comments
 (0)