Skip to content

Commit

Permalink
Default to RabbitMQ 4.0.5 (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk authored Dec 20, 2024
1 parent a171b8f commit d43d457
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 `4.0.4` 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.5` 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:4.0.4-management"
defaultRabbitmqImage = "rabbitmq:4.0.5-management"
controlRabbitmqImage = false
defaultUserUpdaterImage = "rabbitmqoperator/default-user-credential-updater:1.0.2"
defaultImagePullSecrets = ""
Expand Down

0 comments on commit d43d457

Please sign in to comment.