Skip to content

Commit

Permalink
Merge pull request rabbitmq#1760 from rabbitmq/default-to-4.0.3
Browse files Browse the repository at this point in the history
Default to RabbitMQ 4.0.3
  • Loading branch information
Zerpet authored Oct 31, 2024
2 parents fe8c115 + a263677 commit 748d1ec
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.13.7` by default, and should work with [any supported RabbitMQ version](https://www.rabbitmq.com/release-information) and [Kubernetes version](https://kubernetes.io/releases/).
The operator deploys RabbitMQ `4.0.3` by default, and should work with [any supported RabbitMQ version](https://www.rabbitmq.com/release-information) and [Kubernetes version](https://kubernetes.io/releases/).

## Versioning

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

0 comments on commit 748d1ec

Please sign in to comment.