Skip to content

rabbitmq upgrade (breaking change for rabbitmq users) #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/frontend/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
repository: file://../elasticsearch
version: 8.5.1
- name: rabbitmq
repository: https://storage.googleapis.com/charts.wdr.io
version: 6.17.5
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.3
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.12.3
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.1.5
digest: sha256:6d8a9d224e4f05d80001444956b411ec09e584c90894d897ebf0f4d7d275d7f9
generated: "2025-04-08T22:49:11.202227+03:00"
digest: sha256:1761a40f3a33f3473bddcafd2b0a30394b46e5942713eab4aad5660bc25e4beb
generated: "2025-05-28T20:54:16.177275472+03:00"
4 changes: 2 additions & 2 deletions charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies:
repository: file://../elasticsearch
condition: elasticsearch.enabled
- name: rabbitmq
version: 6.17.x
repository: https://storage.googleapis.com/charts.wdr.io
version: 16.0.x
repository: oci://registry-1.docker.io/bitnamicharts
condition: rabbitmq.enabled
- name: mongodb
version: 14.12.x
Expand Down
6 changes: 4 additions & 2 deletions charts/frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,12 @@ postgresql:
# https://github.com/wunderio/charts/blob/master/rabbitmq/values.yaml
rabbitmq:
enabled: false

# Use a low default to prevent unnecessary storage use.
persistence:
size: 1Gi
enableServiceLinks: false
networkPolicy:
# We create our own network policy for the rabbitmq service.
enabled: false

# Add following lines to your node.Dockerfile when enabling instana monitoring
# RUN npm install -g @instana/collector
Expand Down
2 changes: 1 addition & 1 deletion silta/silta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ mongodb:
enabled: true

mailpit:
enabled: true
enabled: true