File tree Expand file tree Collapse file tree 2 files changed +59
-11
lines changed
Expand file tree Collapse file tree 2 files changed +59
-11
lines changed Original file line number Diff line number Diff line change 1+ dependencies:
2+ - name: minio
3+ repository: https://charts.helm.sh/stable
4+ version: 5.0.33
5+ - name: rabbitmq
6+ repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
7+ version: 7.5.7
8+ - name: postgresql
9+ repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
10+ version: 8.6.4
11+ - name: log-router
12+ repository: https://charts.codacy.com/external
13+ version: 0.6.4
14+ - name: codacy-ingress-sh
15+ repository: https://charts.codacy.com/stable
16+ version: 0.2.3
17+ - name: portal-sh
18+ repository: https://charts.codacy.com/stable
19+ version: 1.1.3
20+ - name: ragnaros-sh
21+ repository: https://charts.codacy.com/stable
22+ version: 2.0.2
23+ - name: remote-provider-service-sh
24+ repository: https://charts.codacy.com/stable
25+ version: 1.0.3
26+ - name: listener-sh
27+ repository: https://charts.codacy.com/stable
28+ version: 1.1.3
29+ - name: engine-sh
30+ repository: https://charts.codacy.com/stable
31+ version: 1.1.3
32+ - name: codacy-tools-sh
33+ repository: https://charts.codacy.com/stable
34+ version: 1.1.3
35+ - name: codacy-api-sh
36+ repository: https://charts.codacy.com/stable
37+ version: 1.1.2
38+ - name: worker-manager-sh
39+ repository: https://charts.codacy.com/stable
40+ version: 1.0.6
41+ - name: crow-sh
42+ repository: https://charts.codacy.com/stable
43+ version: 1.0.4
44+ - name: codacy-spa-sh
45+ repository: https://charts.codacy.com/stable
46+ version: 1.2.1
47+ digest: sha256:03207ad3ba397ebe8bc425c84e56487b1d82957ede52bd09ff3a06ed43247851
48+ generated: "2023-02-01T15:10:20.908257Z"
Original file line number Diff line number Diff line change 99 portal :
1010 url : " codacy-portal"
1111 port : 80
12- pullRequestListTimeoutSeconds : 30
12+ pullRequestListTimeoutSeconds : 30
1313 engine :
1414 url : " codacy-engine"
1515 port : 80
@@ -28,9 +28,9 @@ global:
2828 # Trial license. Valid for 4 users until the end of 2030
2929 license : " lV5QUFrZhlibdCP/MN8pZo76B3jhPeL/RAk4E2AL2WZlGI8Vno/LfvAwnSHm26uY817I3qvEjfhIZFCkDi8R6PngiB+UiT+h8W0Blica8Sp+d5ngnh9HuhTG6xAIf7gAQxyJpn3boV87CKTO+5nHYSeJccMd+s8esMxoS84Z2xI="
3030 installation :
31- version : development
31+ version : v10.0.0-RC-2
3232 documentation :
33- version : development
33+ version : v10.0
3434
3535 # github:
3636 # enabled: "false"
@@ -101,7 +101,7 @@ global:
101101 workerManager :
102102 workers :
103103 config :
104- imageVersion : stable
104+ imageVersion : sh-1.1.3
105105 javaOpts : ' -XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=90.0'
106106 inactivityTimeout : 30
107107
@@ -247,13 +247,13 @@ codacy-ingress:
247247 kubernetes.io/ingress.class : nginx
248248 nginx.ingress.kubernetes.io/use-regex : " true"
249249 extraPaths :
250- - backend :
251- service :
252- name : codacy-crow
253- port :
254- name : http
255- path : /monitoring
256- pathType : ImplementationSpecific
250+ - backend :
251+ service :
252+ name : codacy-crow
253+ port :
254+ name : http
255+ path : /monitoring
256+ pathType : ImplementationSpecific
257257
258258# # If you set this to be enabled: true, you must clean up the fluentd job yourself
259259fluentdoperator :
You can’t perform that action at this time.
0 commit comments