feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ 0.17.6 )#3833
Merged
binaryn3xus merged 1 commit intomainfrom Jan 8, 2026
Merged
Conversation
Contributor
Author
--- kubernetes/apps/volsync-system/volsync/app Kustomization: volsync-system/volsync HelmRelease: volsync-system/volsync
+++ kubernetes/apps/volsync-system/volsync/app Kustomization: volsync-system/volsync HelmRelease: volsync-system/volsync
@@ -29,33 +29,33 @@
strategy:
name: RemediateOnFailure
values:
fullnameOverride: volsync
image:
repository: ghcr.io/perfectra1n/volsync
- tag: v0.16.13
+ tag: 0.17.6
kopia:
repository: ghcr.io/perfectra1n/volsync
- tag: v0.16.13
+ tag: 0.17.6
manageCRDs: true
metrics:
disableAuth: true
podSecurityContext:
runAsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
rclone:
repository: ghcr.io/perfectra1n/volsync
- tag: v0.16.13
+ tag: 0.17.6
restic:
repository: ghcr.io/perfectra1n/volsync
- tag: v0.16.13
+ tag: 0.17.6
rsync:
repository: ghcr.io/perfectra1n/volsync
- tag: v0.16.13
+ tag: 0.17.6
rsync-tls:
repository: ghcr.io/perfectra1n/volsync
- tag: v0.16.13
+ tag: 0.17.6
syncthing:
repository: ghcr.io/perfectra1n/volsync
- tag: v0.16.13
+ tag: 0.17.6
|
Contributor
Author
--- HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync
+++ HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync
@@ -59,36 +59,36 @@
memory: 64Mi
- name: manager
args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- - --rclone-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- - --restic-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- - --rsync-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- - --syncthing-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- - --kopia-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
+ - --rclone-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+ - --restic-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+ - --rsync-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+ - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+ - --syncthing-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+ - --kopia-container-image=ghcr.io/perfectra1n/volsync:0.17.6
- --kopia-successful-jobs-history-limit=3
- --kopia-failed-jobs-history-limit=1
- --scc-name=volsync-privileged-mover
command:
- /manager
- image: ghcr.io/perfectra1n/volsync:v0.16.13
+ image: ghcr.io/perfectra1n/volsync:0.17.6
imagePullPolicy: IfNotPresent
env:
- name: VOLSYNC_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: RELATED_IMAGE_KOPIA_CONTAINER
- value: ghcr.io/perfectra1n/volsync:v0.16.13
+ value: ghcr.io/perfectra1n/volsync:0.17.6
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
periodSeconds: 20 |
037a272 to
7e1950e
Compare
7e1950e to
d29e2e5
Compare
d29e2e5 to
7f94130
Compare
7f94130 to
2b8ae84
Compare
2b8ae84 to
32fcfed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.16.13→0.17.6Release Notes
perfectra1n/volsync (ghcr.io/perfectra1n/volsync)
v0.17.6Compare Source
v0.17.6Compare Source
v0.17.5Compare Source
v0.17.5Compare Source
v0.17.4Compare Source
v0.17.4Compare Source
v0.17.3Compare Source
Please use the Helm Chart version >= 0.18.0 with this version. I've removed
repositoryPVCin favor of the upstreammoverVolume(this PR), so unless you were usingrepositoryPVCin yourReplicationSourceorReplicationDestination, updating to this version shouldn't cause any issues. The documentation has also been updated to reflect these changes.Full Changelog: perfectra1n/volsync@v0.16.7...v0.17.3
v0.17.3Compare Source
Please use the Helm Chart version >= 0.18.0 with this version. I've removed
repositoryPVCin favor of the upstreammoverVolume(this PR), so unless you were usingrepositoryPVCin yourReplicationSourceorReplicationDestination, updating to this version shouldn't cause any issues. The documentation has also been updated to reflect these changes.Full Changelog: perfectra1n/volsync@v0.16.7...v0.17.3
v0.17.0Compare Source
v0.17.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.