Skip to content

Commit 764a6cb

Browse files
committed
fix(volsync): switch to branch build with job condition fix
1 parent c9454da commit 764a6cb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

kubernetes/apps/volsync-system/volsync/app/helmrelease.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ spec:
4040
values:
4141
fullnameOverride: volsync # Required for volsync-perfectra1n fork
4242
image: &image
43-
repository: ghcr.io/perfectra1n/volsync
44-
tag: v0.17.8
43+
# TODO: switch back to perfectra1n/volsync once job conditions fix is merged
44+
# https://github.com/perfectra1n/volsync/pull/27
45+
repository: ghcr.io/jfroy/volsync
46+
tag: 0.17.8-jobconditions1
4547
kopia: *image
4648
rclone: *image
4749
restic: *image

0 commit comments

Comments
 (0)