Skip to content

Commit

Permalink
Update Medusa version to 0.23.0 (fixes #1484) (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t authored Feb 8, 2025
1 parent 0e895e9 commit f9f150e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG/CHANGELOG-1.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Changelog for the K8ssandra Operator, new PRs should update the `unreleased` sec
When cutting a new release, update the `unreleased` heading to the tag being generated and date, like `## vX.Y.Z - YYYY-MM-DD` and create a new placeholder section for `unreleased` entries.

## unreleased

* [CHANGE] [#1484](https://github.com/k8ssandra/k8ssandra-operator/issues/1484) Update Medusa version to 0.23.0
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 = "97aa0276"
DefaultMedusaVersion = "0.23.0"
DefaultMedusaPort = 50051
DefaultProbeInitialDelay = 10
DefaultProbeTimeout = 1
Expand Down

0 comments on commit f9f150e

Please sign in to comment.