Skip to content

Commit

Permalink
Bump medusa version to 0.22.3 (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek authored and adejanovski committed Oct 7, 2024
1 parent c911554 commit a217aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-1.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ When cutting a new release, update the `unreleased` heading to the tag being gen
## unreleased

* [DOCS] [#1469](https://github.com/riptano/mission-control/issues/1469) Add docs for Reaper's Control Plane deployment mode
* [CHANGE] Bump default Medusa version to 0.22.3

## v1.20.1 - 2024-09-19

Expand Down
2 changes: 1 addition & 1 deletion pkg/medusa/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
const (
DefaultMedusaImageRepository = "k8ssandra"
DefaultMedusaImageName = "medusa"
DefaultMedusaVersion = "0.22.2"
DefaultMedusaVersion = "0.22.3"
DefaultMedusaPort = 50051
DefaultProbeInitialDelay = 10
DefaultProbeTimeout = 1
Expand Down

0 comments on commit a217aa0

Please sign in to comment.