Skip to content

Comments

feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.8 )#3380

Merged
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x
Sep 27, 2025
Merged

feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.8 )#3380
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x

Conversation

@unsc-oni-ancilla
Copy link
Contributor

@unsc-oni-ancilla unsc-oni-ancilla bot commented Sep 22, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/perfectra1n/volsync minor 0.15.45 -> 0.16.8

Release Notes

perfectra1n/volsync (ghcr.io/perfectra1n/volsync)

v0.16.8

Compare Source

v0.16.8

Compare Source

v0.16.7

Compare Source

v0.16.7

Compare Source

v0.16.6

Compare Source

Please use the chart version 0.17.9 with the container tag v0.16.6 for Kopia and the Volsync operator.

Created new KopiaMaintenance CRD that looks like:

apiVersion: volsync.backube/v1alpha1
kind: KopiaMaintenance
metadata:
  name: kopia-daily-maintenance
  namespace: volsync
spec:
  repository:
    repository: volsync-kopia-repo
  trigger:
    manual: "test1"
  enabled: true

It uses the same trigger syntax as other Volsync resources. This is used to run a full maintenance on Kopia repositories, and will run as a Cronjob if a schedule is specified for the trigger.

v0.16.6

Compare Source

Please use the chart version 0.17.9 with the container tag v0.16.6 for Kopia and the Volsync operator.

Created new KopiaMaintenance CRD that looks like:

apiVersion: volsync.backube/v1alpha1
kind: KopiaMaintenance
metadata:
  name: kopia-daily-maintenance
  namespace: volsync
spec:
  repository:
    repository: volsync-kopia-repo
  trigger:
    manual: "test1"
  enabled: true

It uses the same trigger syntax as other Volsync resources. This is used to run a full maintenance on Kopia repositories, and will run as a Cronjob if a schedule is specified for the trigger.

v0.16.5

Compare Source

v0.16.3

Compare Source

v0.16.3

Compare Source

v0.16.2

Compare Source

Created new maintenance CronJob: https://perfectra1n.github.io/volsync/usage/kopia/maintenance-cronjobs.html

v0.16.2

Compare Source

Created new maintenance CronJob: https://perfectra1n.github.io/volsync/usage/kopia/maintenance-cronjobs.html

v0.16.1

Compare Source

v0.16.1

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Sep 22, 2025
@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Sep 22, 2025

--- 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

@@ -26,33 +26,33 @@

     remediation:
       retries: 3
   values:
     fullnameOverride: volsync
     image:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.15.45
+      tag: 0.16.8
     kopia:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.15.45
+      tag: 0.16.8
     manageCRDs: true
     metrics:
       disableAuth: true
     podSecurityContext:
       runAsGroup: 1000
       runAsNonRoot: true
       runAsUser: 1000
     rclone:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.15.45
+      tag: 0.16.8
     restic:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.15.45
+      tag: 0.16.8
     rsync:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.15.45
+      tag: 0.16.8
     rsync-tls:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.15.45
+      tag: 0.16.8
     syncthing:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.15.45
+      tag: 0.16.8
 

@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Sep 22, 2025

--- HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync

+++ HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync

@@ -58,22 +58,22 @@

             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:0.15.45
-        - --restic-container-image=ghcr.io/perfectra1n/volsync:0.15.45
-        - --rsync-container-image=ghcr.io/perfectra1n/volsync:0.15.45
-        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:0.15.45
-        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:0.15.45
-        - --kopia-container-image=ghcr.io/perfectra1n/volsync:0.15.45
+        - --rclone-container-image=ghcr.io/perfectra1n/volsync:0.16.8
+        - --restic-container-image=ghcr.io/perfectra1n/volsync:0.16.8
+        - --rsync-container-image=ghcr.io/perfectra1n/volsync:0.16.8
+        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:0.16.8
+        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:0.16.8
+        - --kopia-container-image=ghcr.io/perfectra1n/volsync:0.16.8
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: ghcr.io/perfectra1n/volsync:0.15.45
+        image: ghcr.io/perfectra1n/volsync:0.16.8
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace

@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 1520651 to 13362a5 Compare September 22, 2025 21:07
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ v0.16.2 ) feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ v0.16.3 ) Sep 22, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 13362a5 to 907e883 Compare September 23, 2025 18:11
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ v0.16.3 ) feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.4 ) Sep 23, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 907e883 to 3082e56 Compare September 23, 2025 19:07
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.4 ) feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.5 ) Sep 23, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 3082e56 to e7f270e Compare September 23, 2025 22:07
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.5 ) feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.7 ) Sep 23, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from e7f270e to 5b5deac Compare September 24, 2025 17:07
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.7 ) feat(container): update image ghcr.io/perfectra1n/volsync ( 0.15.45 ➔ 0.16.8 ) Sep 24, 2025
@binaryn3xus binaryn3xus merged commit d7034aa into main Sep 27, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-perfectra1n-volsync-0.x branch September 27, 2025 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant