File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed
Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ dependencies:
44 version: 0.4.0
55- name: sonarqube
66 repository: https://oteemo.github.io/charts
7- version: 6.4.2
7+ version: 6.6.0
88- name: ocp-route
99 repository: https://ibm-garage-cloud.github.io/toolkit-charts/
1010 version: 0.3.0
1111- name: tool-config
1212 repository: https://ibm-garage-cloud.github.io/toolkit-charts/
1313 version: 0.8.1
14- digest: sha256:aa03c421bc62269da5489cbc8e017a34119f9a3003c278a13e4eeadd8db5c54d
15- generated: "2020-07-23T19:19:02.133671 -05:00"
14+ digest: sha256:d26461cfcb840e1a2a49535c7418596acbbecb24e00f6952f6a472b5e5d35e37
15+ generated: "2020-07-25T16:34:41.07768 -05:00"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dependencies:
33 version : 0.4.0
44 repository : https://ibm-garage-cloud.github.io/toolkit-charts/
55 - name : sonarqube
6- version : 6.4.2
6+ version : 6.6.0
77 repository : https://oteemo.github.io/charts
88 - name : ocp-route
99 version : 0.3.0
Original file line number Diff line number Diff line change @@ -40,13 +40,12 @@ variable "plugins" {
4040 description = " The list of plugins that will be installed on SonarQube"
4141 type = list (string )
4242 default = [
43- " https://binaries.sonarsource.com/Distribution/sonar-github-plugin/sonar-github-plugin-1.4.2.1027.jar" ,
44- " https://binaries.sonarsource.com/Distribution/sonar-typescript-plugin/sonar-typescript-plugin-1.9.0.3766.jar" ,
45- " https://binaries.sonarsource.com/Distribution/sonar-java-plugin/sonar-java-plugin-5.14.0.18788.jar" ,
46- " https://github.com/checkstyle/sonar-checkstyle/releases/download/4.21/checkstyle-sonar-plugin-4.21.jar" ,
47- " https://binaries.sonarsource.com/Distribution/sonar-javascript-plugin/sonar-javascript-plugin-5.2.1.7778.jar" ,
48- " https://binaries.sonarsource.com/Distribution/sonar-python-plugin/sonar-python-plugin-1.14.1.3143.jar" ,
49- " https://binaries.sonarsource.com/Distribution/sonar-go-plugin/sonar-go-plugin-1.6.0.719.jar"
43+ " https://binaries.sonarsource.com/Distribution/sonar-typescript-plugin/sonar-typescript-plugin-2.1.0.4359.jar" ,
44+ " https://binaries.sonarsource.com/Distribution/sonar-java-plugin/sonar-java-plugin-6.5.1.22586.jar" ,
45+ " https://binaries.sonarsource.com/Distribution/sonar-javascript-plugin/sonar-javascript-plugin-6.2.1.12157.jar" ,
46+ " https://binaries.sonarsource.com/Distribution/sonar-python-plugin/sonar-python-plugin-2.9.0.6410.jar" ,
47+ " https://binaries.sonarsource.com/Distribution/sonar-go-plugin/sonar-go-plugin-1.7.0.883.jar" ,
48+ " https://github.com/checkstyle/sonar-checkstyle/releases/download/4.33/checkstyle-sonar-plugin-4.33.jar"
5049 ]
5150}
5251
You can’t perform that action at this time.
0 commit comments