Skip to content

Commit

Permalink
Bump default rmq to 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed May 23, 2022
1 parent 019bc24 commit d8fb517
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.10.1` by default, and supports versions from `3.8.8` upwards. The operator requires Kubernetes `1.19` or newer.
The operator deploys RabbitMQ `3.10.2` by default, and supports versions from `3.8.8` 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 @@ -45,7 +45,7 @@ func init() {
func main() {
var (
metricsAddr string
defaultRabbitmqImage = "rabbitmq:3.10.1-management"
defaultRabbitmqImage = "rabbitmq:3.10.2-management"
defaultUserUpdaterImage = "rabbitmqoperator/default-user-credential-updater:1.0.2"
defaultImagePullSecrets = ""
)
Expand Down

0 comments on commit d8fb517

Please sign in to comment.