Skip to content

Commit 3ac8718

Browse files
authored
Use 4.1.0-management as the default image (#1867)
1 parent fe56e19 commit 3ac8718

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.5` 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.0` 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.5-management"
61+
defaultRabbitmqImage = "rabbitmq:4.1.0-management"
6262
controlRabbitmqImage = false
6363
defaultUserUpdaterImage = "rabbitmqoperator/default-user-credential-updater:1.0.2"
6464
defaultImagePullSecrets = ""

0 commit comments

Comments
 (0)