Skip to content

Commit

Permalink
updating default RabbitMQ image to 3.11.18 (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalaia authored Jun 8, 2023
1 parent 463a3d5 commit 4ab93d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under `site/kubernetes`.

## Supported Versions

The operator deploys RabbitMQ `3.11.10` by default, and supports versions from `3.9.9` upwards. The operator requires Kubernetes `1.19` or newer.
The operator deploys RabbitMQ `3.11.18` by default, and supports versions from `3.9.9` upwards. The operator requires Kubernetes `1.19` or newer.

## Versioning

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func init() {
func main() {
var (
metricsAddr string
defaultRabbitmqImage = "rabbitmq:3.11.10-management"
defaultRabbitmqImage = "rabbitmq:3.11.18-management"
controlRabbitmqImage = false
defaultUserUpdaterImage = "rabbitmqoperator/default-user-credential-updater:1.0.2"
defaultImagePullSecrets = ""
Expand Down

0 comments on commit 4ab93d3

Please sign in to comment.