Skip to content

Commit

Permalink
Default to RabbitMQ 3.13.6 (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk authored Aug 14, 2024
1 parent fb5e375 commit a37abfd
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.3` 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 `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/).

## 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.3-management"
defaultRabbitmqImage = "rabbitmq:3.13.6-management"
controlRabbitmqImage = false
defaultUserUpdaterImage = "rabbitmqoperator/default-user-credential-updater:1.0.2"
defaultImagePullSecrets = ""
Expand Down

0 comments on commit a37abfd

Please sign in to comment.