Skip to content

Commit bccee2b

Browse files
committed
replace bitnami with bitnamilegacy
1 parent c730afe commit bccee2b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

codacy/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77

88
# Github tag before bitnami truncated the index. Old link didn't work anymore
99
- name: rabbitmq
10-
version: 7.5.7
10+
version: 7.8.0
1111
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
1212
condition: global.rabbitmq.create
1313
alias: rabbitmq-ha

codacy/values-microk8s.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ crow:
5555

5656
rabbitmq-ha:
5757
replicaCount: 1
58+
image:
59+
registry: docker.io
60+
repository: rabbitmq
61+
tag: 3.9.29-management-alpine
5862
resources:
5963
limits:
6064
cpu: 0.5

codacy/values-production.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ codacy-spa:
313313

314314
rabbitmq-ha:
315315
replicaCount: 1
316+
image:
317+
registry: docker.io
318+
repository: rabbitmq
319+
tag: 3.9.29-management-alpine
316320
rabbitmqErlangCookie: <--- erlang-cookie ---> # Generate one with `openssl rand -base64 32 | tr -dc 'a-zA-Z0-9'`
317321
persistentVolume:
318322
enabled: true

0 commit comments

Comments
 (0)