Skip to content

Commit

Permalink
Merge pull request #4 from soerenschneider/renovate/docker.io-rabbitm…
Browse files Browse the repository at this point in the history
…q-3.x

Update docker.io/rabbitmq Docker tag to v3.13.7
  • Loading branch information
soerenschneider authored Sep 14, 2024
2 parents e428885 + 1ac5b51 commit b2ac370
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.3-management-alpine"
- image: "docker.io/rabbitmq:3.13.7-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.3-management-alpine"
- image: "docker.io/rabbitmq:3.13.7-management-alpine"
name: "rabbitmq"
env:
- name: "RABBITMQ_CONFIG_FILES"
Expand Down

0 comments on commit b2ac370

Please sign in to comment.