Skip to content

Commit 239abec

Browse files
committed
release: prepare 16.0.0
1 parent 561f45e commit 239abec

4 files changed

Lines changed: 58 additions & 4 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/archive-full-index/bitnami
7+
version: 7.5.7
8+
- name: postgresql
9+
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/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.8
20+
- name: ragnaros-sh
21+
repository: https://charts.codacy.com/stable
22+
version: 2.0.7
23+
- name: remote-provider-service-sh
24+
repository: https://charts.codacy.com/stable
25+
version: 1.1.4
26+
- name: listener-sh
27+
repository: https://charts.codacy.com/stable
28+
version: 1.1.10
29+
- name: engine-sh
30+
repository: https://charts.codacy.com/stable
31+
version: 1.2.1
32+
- name: codacy-tools-sh
33+
repository: https://charts.codacy.com/stable
34+
version: 1.2.21
35+
- name: codacy-api-sh
36+
repository: https://charts.codacy.com/stable
37+
version: 1.2.9
38+
- name: worker-manager-sh
39+
repository: https://charts.codacy.com/stable
40+
version: 2.0.2
41+
- name: crow-sh
42+
repository: https://charts.codacy.com/stable
43+
version: 1.0.6
44+
- name: codacy-spa-sh
45+
repository: https://charts.codacy.com/stable
46+
version: 1.2.4
47+
digest: sha256:a2a2f97f57abc8101b00c4cb344dc30c05c79a44b2a64a9af601f4c3868ecc32
48+
generated: "2026-01-15T15:36:20.639074Z"

codacy/values-microk8s.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ crow:
5454
memory: 750Mi
5555

5656
rabbitmq-ha:
57+
image:
58+
repository: bitnamilegacy/rabbitmq
59+
tag: "3.8.5"
5760
replicaCount: 1
5861
image:
5962
repository: bitnamilegacy/rabbitmq

codacy/values-production.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ codacy-spa:
312312
memory: 128Mi
313313

314314
rabbitmq-ha:
315+
image:
316+
repository: bitnamilegacy/rabbitmq
317+
tag: "3.8.5"
315318
replicaCount: 1
316319
rabbitmqErlangCookie: <--- erlang-cookie ---> # Generate one with `openssl rand -base64 32 | tr -dc 'a-zA-Z0-9'`
317320
persistentVolume:

codacy/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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: v16.0.0-RC-0
3232
documentation:
33-
version: development
33+
version: v16.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.2.1
105105
javaOpts: '-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=90.0'
106106
inactivityTimeout: 30
107107

@@ -318,7 +318,7 @@ rabbitmq-ha:
318318
fullnameOverride: codacy-rabbitmq-ha
319319
global:
320320
imagePullSecrets:
321-
- docker-credentials
321+
- docker-credentials
322322
image:
323323
repository: bitnamilegacy/rabbitmq
324324
tag: "3.8.35-debian-11-r5"

0 commit comments

Comments
 (0)