onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(helm): update volsync ( 0.9.1 → 0.10.0 ) #7952

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
volsync (source) minor 0.9.1 -> 0.10.0

Release Notes

backube/volsync (volsync) ### [`v0.10.0`](https://togithub.com/backube/volsync/releases/tag/v0.10.0) [Compare Source](https://togithub.com/backube/volsync/compare/v0.9.1...v0.10.0) ##### Fixed - Fix for rsync-tls to handle replication when there are many files in the pvc root - Fix for rsync-tls to handle files in the pvc root that start with `#` ##### Changed - Syncthing upgraded to v1.27.8 ##### Added - Debug mode for mover jobs added

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 this update again.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/volsync-system/volsync/app Kustomization: flux-system/volsync HelmRelease: volsync-system/volsync

+++ kubernetes/main/apps/volsync-system/volsync/app Kustomization: flux-system/volsync HelmRelease: volsync-system/volsync

@@ -13,13 +13,13 @@

     spec:
       chart: volsync
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: flux-system
-      version: 0.9.1
+      version: 0.10.0
   dependsOn:
   - name: minio
     namespace: default
   - name: snapshot-controller
     namespace: volsync-system
   install:
bot-ross[bot] commented 2 months ago
--- HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync

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

@@ -33,13 +33,13 @@

         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
-        image: quay.io/brancz/kube-rbac-proxy:v0.14.0
+        image: quay.io/brancz/kube-rbac-proxy:v0.17.1
         args:
         - --secure-listen-address=0.0.0.0:8443
         - --upstream=http://127.0.0.1:8080/
         - --logtostderr=true
         - --tls-min-version=VersionTLS12
         - --v=0
@@ -57,21 +57,21 @@

             memory: 64Mi
       - name: manager
         args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=127.0.0.1:8080
         - --leader-elect
-        - --rclone-container-image=quay.io/backube/volsync:0.9.1
-        - --restic-container-image=quay.io/backube/volsync:0.9.1
-        - --rsync-container-image=quay.io/backube/volsync:0.9.1
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.9.1
-        - --syncthing-container-image=quay.io/backube/volsync:0.9.1
+        - --rclone-container-image=quay.io/backube/volsync:0.10.0
+        - --restic-container-image=quay.io/backube/volsync:0.10.0
+        - --rsync-container-image=quay.io/backube/volsync:0.10.0
+        - --rsync-tls-container-image=quay.io/backube/volsync:0.10.0
+        - --syncthing-container-image=quay.io/backube/volsync:0.10.0
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: quay.io/backube/volsync:0.9.1
+        image: quay.io/backube/volsync:0.10.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15