Skip to content

Commit

Permalink
Upgrade Medusa 0.19.1 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski authored Feb 24, 2024
1 parent 524f520 commit 484a751
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.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ When cutting a new release, update the `unreleased` heading to the tag being gen
* [ENHANCEMENT] [#1214](https://github.com/k8ssandra/k8ssandra-operator/issues/1214) Update Medusa to 0.19.0 and support mounting clientSecret to medusa container
* [CHANGE] Upgrade Reaper to v3.5.0
* [CHANGE] Update cass-operator to v1.19.0
* [CHANGE] Update Medusa to v0.19.1
2 changes: 1 addition & 1 deletion pkg/medusa/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
const (
DefaultMedusaImageRepository = "k8ssandra"
DefaultMedusaImageName = "medusa"
DefaultMedusaVersion = "0.19.0"
DefaultMedusaVersion = "0.19.1"
DefaultMedusaPort = 50051
DefaultProbeInitialDelay = 10
DefaultProbeTimeout = 1
Expand Down

0 comments on commit 484a751

Please sign in to comment.