Skip to content

Commit

Permalink
Change the blockrsync container to point to rsync-transfer
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <[email protected]>
  • Loading branch information
awels committed Jun 5, 2024
1 parent 6757c8d commit e9cc236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state_transfer/transfer/blockrsync/blockrsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
blockrsyncImage = "quay.io/awels/blockrsync:latest"
blockrsyncImage = "quay.io/konveyor/rsync-transfer:latest"
volumeName = "volume"
BlockRsyncContainer = "blockrsync"
Proxy = "proxy"
Expand Down

0 comments on commit e9cc236

Please sign in to comment.