Skip to content

Commit 0fc5f9c

Browse files
committed
release: prepare 9.0.0
1 parent c3558df commit 0fc5f9c

3 files changed

Lines changed: 60 additions & 12 deletions

File tree

codacy/requirements.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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
15+
repository: https://charts.codacy.com/stable
16+
version: 0.33.143
17+
- name: portal
18+
repository: https://charts.codacy.com/stable
19+
version: 7.4.5
20+
- name: ragnaros
21+
repository: https://charts.codacy.com/stable
22+
version: 41.1.0
23+
- name: remote-provider-service
24+
repository: https://charts.codacy.com/stable
25+
version: 11.12.0
26+
- name: listener
27+
repository: https://charts.codacy.com/stable
28+
version: 10.3.75
29+
- name: engine
30+
repository: https://charts.codacy.com/stable
31+
version: 14.13.8
32+
- name: codacy-tools
33+
repository: https://charts.codacy.com/stable
34+
version: 6.3.0
35+
- name: codacy-api
36+
repository: https://charts.codacy.com/stable
37+
version: 27.13.0
38+
- name: worker-manager
39+
repository: https://charts.codacy.com/stable
40+
version: 10.19.122
41+
- name: crow
42+
repository: https://charts.codacy.com/stable
43+
version: 6.5.45
44+
- name: codacy-spa
45+
repository: https://charts.codacy.com/stable
46+
version: 1.96.9
47+
digest: sha256:7accc1531d4a40b6332031733021b25c58903439494dcce6f64acc1526a3ff7c
48+
generated: "2022-09-21T10:39:46.277086+01:00"

codacy/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies:
7474
condition: codacy-api.create
7575

7676
- name: worker-manager
77-
version: ">=10.0.0"
77+
version: "10.19.122"
7878
repository: https://charts.codacy.com/stable
7979
git: git@github.com:codacy/worker-manager.git
8080
condition: worker-manager.create

codacy/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
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: v9.0.0-RC-0
3232
documentation:
33-
version: development
33+
version: v9.0
3434

3535
# github:
3636
# enabled: "false"
@@ -101,7 +101,7 @@ global:
101101
workerManager:
102102
workers:
103103
config:
104-
imageVersion: stable
104+
imageVersion: 14.13.8
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
259259
fluentdoperator:

0 commit comments

Comments
 (0)