Skip to content

Commit c07f076

Browse files
authored
Merge pull request #19 from reefland/reefland/issue18
Update Chart to use perfectra1n/volsync images.
2 parents 8d8cc98 + 5608c42 commit c07f076

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

helm/volsync/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

helm/volsync/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@ replicaCount: 1
33
revisionHistoryLimit: 3
44

55
image:
6-
repository: quay.io/backube/volsync
6+
repository: ghcr.io/perfectra1n/volsync
77
pullPolicy: IfNotPresent
88
# Overrides the image tag whose default is the chart appVersion.
99
tag: ""
1010
# Directly specifies the SHA hash of the container image to deploy
1111
image: ""
1212
rclone:
13-
repository: quay.io/backube/volsync
13+
repository: ghcr.io/perfectra1n/volsync
1414
# Overrides the image tag whose default is the chart appVersion.
1515
tag: ""
1616
image: ""
1717
restic:
18-
repository: quay.io/backube/volsync
18+
repository: ghcr.io/perfectra1n/volsync
1919
# Overrides the image tag whose default is the chart appVersion.
2020
tag: ""
2121
image: ""
2222
rsync:
23-
repository: quay.io/backube/volsync
23+
repository: ghcr.io/perfectra1n/volsync
2424
# Overrides the image tag whose default is the chart appVersion.
2525
tag: ""
2626
image: ""
2727
rsync-tls:
28-
repository: quay.io/backube/volsync
28+
repository: ghcr.io/perfectra1n/volsync
2929
# Overrides the image tag whose default is the chart appVersion.
3030
tag: ""
3131
image: ""
3232
syncthing:
33-
repository: quay.io/backube/volsync
33+
repository: ghcr.io/perfectra1n/volsync
3434
# Overrides the image tag whose default is the chart appVersion.
3535
tag: ""
3636
image: ""
3737
kopia:
38-
repository: quay.io/backube/volsync
38+
repository: ghcr.io/perfectra1n/volsync
3939
# Overrides the image tag whose default is the chart appVersion.
4040
tag: ""
4141
image: ""

0 commit comments

Comments
 (0)