Skip to content

Commit

Permalink
Upgrade medusa to the latest master build
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Sep 19, 2023
1 parent bf7ed12 commit 18b2865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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 = "efa37a9-tmp"
DefaultMedusaVersion = "c45c94ae"
DefaultMedusaPort = 50051
DefaultProbeInitialDelay = 10
DefaultProbeTimeout = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ metadata:
name: test
spec:
medusa:
containerImage:
tag: efa37a9-tmp
storageProperties:
storageProvider: s3_compatible
bucketName: k8ssandra-medusa
Expand Down

0 comments on commit 18b2865

Please sign in to comment.