Skip to content

Commit 540fb5f

Browse files
authored
Deploy RabbitMQ 4.1.1 by default (#1893)
1 parent 590bdcd commit 540fb5f

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.1.0` 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.1.1` 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
@@ -59,7 +59,7 @@ func init() {
5959
func main() {
6060
var (
6161
metricsAddr string
62-
defaultRabbitmqImage = "rabbitmq:4.1.0-management"
62+
defaultRabbitmqImage = "rabbitmq:4.1.1-management"
6363
controlRabbitmqImage = false
6464
defaultUserUpdaterImage = "rabbitmqoperator/default-user-credential-updater:1.0.2"
6565
defaultImagePullSecrets = ""

0 commit comments

Comments
 (0)