We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9454da commit 764a6cbCopy full SHA for 764a6cb
1 file changed
kubernetes/apps/volsync-system/volsync/app/helmrelease.yaml
@@ -40,8 +40,10 @@ spec:
40
values:
41
fullnameOverride: volsync # Required for volsync-perfectra1n fork
42
image: &image
43
- repository: ghcr.io/perfectra1n/volsync
44
- tag: v0.17.8
+ # TODO: switch back to perfectra1n/volsync once job conditions fix is merged
+ # https://github.com/perfectra1n/volsync/pull/27
45
+ repository: ghcr.io/jfroy/volsync
46
+ tag: 0.17.8-jobconditions1
47
kopia: *image
48
rclone: *image
49
restic: *image
0 commit comments