@@ -91,7 +91,7 @@ on the command line or via a custom `values.yaml` file.
9191- ` replicaCount ` : ` 1 `
9292 - The number of replicas of the operator to run. Only one is active at a time,
9393 controlled via leader election.
94- - ` image.repository ` : ` quay .io/backube /volsync`
94+ - ` image.repository ` : ` ghcr .io/perfectra1n /volsync`
9595 - The container image of the VolSync operator
9696- ` image.pullPolicy ` : ` IfNotPresent `
9797 - The image pull policy to apply to the operator's image
@@ -101,26 +101,26 @@ on the command line or via a custom `values.yaml` file.
101101- ` image.image ` : (empty)
102102 - Allows overriding the repository & tag as a single field to support
103103 specifying a specific container version by hash (e.g.,
104- ` quay .io/backube /volsync@sha256:XXXXXXX` ).
105- - ` rclone.repository ` : ` quay .io/backube /volsync-mover-rclone `
104+ ` ghcr .io/perfectra1n /volsync@sha256:XXXXXXX` ).
105+ - ` rclone.repository ` : ` ghcr .io/perfectra1n /volsync`
106106 - The container image for VolSync's rclone-based data mover
107107- ` rclone.tag ` : (current appVersion)
108108 - The tag to use for the rclone-based data mover
109109- ` rclone.image ` : (empty)
110110 - Allows overriding the repository & tag as a single field.
111- - ` restic.repository ` : ` quay .io/backube /volsync-mover-restic `
111+ - ` restic.repository ` : ` ghcr .io/perfectra1n /volsync`
112112 - The container image for VolSync's restic-based data mover
113113- ` restic.tag ` : (current appVersion)
114114 - The tag to use for the restic-based data mover
115115- ` restic.image ` : (empty)
116116 - Allows overriding the repository & tag as a single field.
117- - ` rsync.repository ` : ` quay .io/backube /volsync-mover-rsync `
117+ - ` rsync.repository ` : ` ghcr .io/perfectra1n /volsync`
118118 - The container image for VolSync's rsync-based data mover
119119- ` rsync.tag ` : (current appVersion)
120120 - The tag to use for the rsync-based data mover
121121- ` rsync.image ` : (empty)
122122 - Allows overriding the repository & tag as a single field.
123- - ` rsync-tls.repository ` : ` quay .io/backube /volsync-mover-rsync-tls `
123+ - ` rsync-tls.repository ` : ` ghcr .io/perfectra1n /volsync`
124124 - The container image for VolSync's rsync-tls-based data mover
125125- ` rsync-tls.tag ` : (current appVersion)
126126 - The tag to use for the rsync-based data mover
0 commit comments