Skip to content

Commit

Permalink
Bump default Medusa version to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Aug 16, 2024
1 parent 33a8c01 commit e05f1be
Showing 1 changed file with 1 addition and 1 deletion.
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.0"
DefaultMedusaVersion = "0.22.2"
DefaultMedusaPort = 50051
DefaultProbeInitialDelay = 10
DefaultProbeTimeout = 1
Expand Down

0 comments on commit e05f1be

Please sign in to comment.