Skip to content

Commit 7830114

Browse files
author
Sean Sundberg
authored
Adds dependency on console-link-job (#20)
* Removes direct console link logic and adds route annotations * Adds dependency to console-link-job * Updates helm handling Signed-off-by: Sean Sundberg <[email protected]>
1 parent bea4f7c commit 7830114

22 files changed

+183
-105
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONSOLE_LINK_NAME=toolkit-sonarqube
1+
CONSOLE_LINK_NAME=sonarqube

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
verify:
1414
if: ${{ !contains( github.event.pull_request.labels.*.name, 'skip ci' ) }}
1515
runs-on: ubuntu-latest
16-
container: quay.io/ibmgaragecloud/cli-tools:v0.12.0-lite
16+
container: quay.io/ibmgaragecloud/cli-tools:v0.15
1717

1818
strategy:
1919
matrix:

chart/sonarqube/Chart.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
dependencies:
22
- name: service-account
3-
repository: https://ibm-garage-cloud.github.io/toolkit-charts/
4-
version: 0.5.0
3+
repository: https://charts.cloudnativetoolkit.dev
4+
version: 0.6.0
55
- name: service-account
6-
repository: https://ibm-garage-cloud.github.io/toolkit-charts/
7-
version: 0.5.0
6+
repository: https://charts.cloudnativetoolkit.dev
7+
version: 0.6.0
88
- name: sonarqube
99
repository: https://oteemo.github.io/charts
1010
version: 6.6.0
1111
- name: ocp-route
12-
repository: https://ibm-garage-cloud.github.io/toolkit-charts/
13-
version: 0.3.0
12+
repository: https://charts.cloudnativetoolkit.dev
13+
version: 0.5.0
1414
- name: tool-config
15-
repository: https://ibm-garage-cloud.github.io/toolkit-charts/
16-
version: 0.9.0
15+
repository: https://charts.cloudnativetoolkit.dev
16+
version: 0.11.2
1717
- name: setup-job
18-
repository: https://ibm-garage-cloud.github.io/toolkit-charts/
19-
version: 0.1.7
20-
digest: sha256:46292e695609d61996869f2eaa0b33f02aaa9cf830b16ecbe090df04193f8f51
21-
generated: "2020-08-20T07:53:39.523465-05:00"
18+
repository: https://charts.cloudnativetoolkit.dev
19+
version: 0.3.0
20+
digest: sha256:c979be3c4b11b954105666fe0b3d9da6f3cb02bfbd885f3c861a86a14be3615e
21+
generated: "2021-11-10T00:30:14.683721-06:00"

chart/sonarqube/Chart.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,24 @@ version: 0.1.0
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
2121
appVersion: 1.16.0
22+
23+
dependencies:
24+
- name: service-account
25+
version: 0.6.0
26+
repository: https://charts.cloudnativetoolkit.dev
27+
- name: service-account
28+
version: 0.6.0
29+
repository: https://charts.cloudnativetoolkit.dev
30+
alias: config-service-account
31+
- name: sonarqube
32+
version: 6.6.0
33+
repository: https://oteemo.github.io/charts
34+
- name: ocp-route
35+
version: 0.5.0
36+
repository: https://charts.cloudnativetoolkit.dev
37+
- name: tool-config
38+
version: 0.11.2
39+
repository: https://charts.cloudnativetoolkit.dev
40+
- name: setup-job
41+
version: 0.3.0
42+
repository: https://charts.cloudnativetoolkit.dev
-1.31 KB
Binary file not shown.
1.46 KB
Binary file not shown.
-2.19 KB
Binary file not shown.
2.23 KB
Binary file not shown.
-1.75 KB
Binary file not shown.
1.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)