Skip to content

Commit d43d457

Browse files
authored
Default to RabbitMQ 4.0.5 (#1792)
1 parent a171b8f commit d43d457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under `site/kubernetes`.
3737

3838
## Supported Versions
3939

40-
The operator deploys RabbitMQ `4.0.4` by default, and should work with [any supported RabbitMQ version](https://www.rabbitmq.com/release-information) and [Kubernetes version](https://kubernetes.io/releases/).
40+
The operator deploys RabbitMQ `4.0.5` by default, and should work with [any supported RabbitMQ version](https://www.rabbitmq.com/release-information) and [Kubernetes version](https://kubernetes.io/releases/).
4141

4242
## Versioning
4343

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func init() {
5858
func main() {
5959
var (
6060
metricsAddr string
61-
defaultRabbitmqImage = "rabbitmq:4.0.4-management"
61+
defaultRabbitmqImage = "rabbitmq:4.0.5-management"
6262
controlRabbitmqImage = false
6363
defaultUserUpdaterImage = "rabbitmqoperator/default-user-credential-updater:1.0.2"
6464
defaultImagePullSecrets = ""

0 commit comments

Comments
 (0)