Skip to content
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

deps: bump container tag for rabbitmq #907

Open
wants to merge 4 commits 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
2 changes: 1 addition & 1 deletion rabbitmq/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: rabbitmq
image: rabbitmq:3.13.7-management
image: rabbitmq:4.0.1-management
imagePullPolicy: Always
ports:
- containerPort: 5672
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: RabbitMQ
name: rabbitmq
version: 3.13.7-management
version: 4.0.1-management
maintainer: "[email protected]"
description: RabbitMQ is an open-source message-broker software that originally implemented the Advanced Message Queuing Protocol.
url: https://www.rabbitmq.com/
Expand Down