Skip to content

Commit

Permalink
Merge pull request #398 from reportportal/feature/update-rabbitmq
Browse files Browse the repository at this point in the history
chore: Update RabbitMQ chart and image versions
  • Loading branch information
hlebkanonik authored Jul 5, 2024
2 parents 0dd4931 + 80e5c61 commit e652723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reportportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:

# If you update version, please update also rabbitmq.image.tag in values.yaml
- name: rabbitmq
version: 14.1.5
version: 14.4.4
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.install

Expand Down
2 changes: 1 addition & 1 deletion reportportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ rabbitmq:
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.13.2
tag: 3.13.3-debian-12-r0
auth:
username: *msgbrokerUser
password: *msgbrokerPass
Expand Down

0 comments on commit e652723

Please sign in to comment.