Skip to content

Commit

Permalink
add debug traces in medusa to troubleshoot CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed May 12, 2022
1 parent 9807cac commit 8bcd162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/medusa/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import (
)

const (
DefaultMedusaImageRepository = "k8ssandra"
DefaultMedusaImageRepository = "adejanovski"
DefaultMedusaImageName = "medusa"
DefaultMedusaVersion = "0.13.0"
DefaultMedusaVersion = "0.13.1-dev"
)

var (
Expand Down

0 comments on commit 8bcd162

Please sign in to comment.