File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 5555
5656rabbitmq-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
Original file line number Diff line number Diff line change @@ -313,6 +313,10 @@ codacy-spa:
313313
314314rabbitmq-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
You can’t perform that action at this time.
0 commit comments