Skip to content

Commit a37abfd

Browse files
authored
Default to RabbitMQ 3.13.6 (#1691)
1 parent fb5e375 commit a37abfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
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 `3.13.3` 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 `3.13.6` 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

Diff for: main.go

+1-1
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:3.13.3-management"
61+
defaultRabbitmqImage = "rabbitmq:3.13.6-management"
6262
controlRabbitmqImage = false
6363
defaultUserUpdaterImage = "rabbitmqoperator/default-user-credential-updater:1.0.2"
6464
defaultImagePullSecrets = ""

0 commit comments

Comments
 (0)