Skip to content

Commit

Permalink
chore(deps): update docker.io/rabbitmq docker tag to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 7, 2024
1 parent 39d77e1 commit 9e4edef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/onlyoffice/components/rabbitmq/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
seccompProfile:
type: "RuntimeDefault"
containers:
- image: "docker.io/rabbitmq:3.13.7-management-alpine"
- image: "docker.io/rabbitmq:4.0.3-management-alpine"
name: "rabbitmq"
env:
- name: "RABBITMQ_CONFIG_FILES"
Expand Down
2 changes: 1 addition & 1 deletion apps/rabbitmq/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
seccompProfile:
type: "RuntimeDefault"
containers:
- image: "docker.io/rabbitmq:3.13.7-management-alpine"
- image: "docker.io/rabbitmq:4.0.3-management-alpine"
name: "rabbitmq"
env:
- name: "RABBITMQ_CONFIG_FILES"
Expand Down

0 comments on commit 9e4edef

Please sign in to comment.