Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update volsync ( 0.10.0 → 0.11.0 ) #559

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2024

This PR contains the following updates:

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

Release Notes

backube/volsync (volsync)

v0.11.0

Compare Source

Changed
  • Restic updated to v0.17.0
  • Syncthing updated to v1.27.12
Added
  • moverAffinity added to spec to allow for specifying the podAffinity assigned
    to a VolSync mover pod
  • cleanupTempPVC option added for direct users to allow for deleting the
    dynamically provisioned destination PVC after a completed replication.
  • cleanupCachePVC option for restic to allow for deleting the cache PVC
    after a completed replication.
  • enableFileDeletion restic option to allow for restoring to an existing
    PVC (for example running multiple restores) and delete files that do
    not exist in the backup being restored.

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Nov 9, 2024

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

+++ kubernetes/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.10.0
+      version: 0.11.0
   driftDetection:
     ignore:
     - paths:
       - /metadata/annotations/prometheus-operator-validated
       target:
         kind: PrometheusRule

Copy link

github-actions bot commented Nov 9, 2024

--- 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.17.1
+        image: quay.io/brancz/kube-rbac-proxy:v0.18.0
         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.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
+        - --rclone-container-image=quay.io/backube/volsync:0.11.0
+        - --restic-container-image=quay.io/backube/volsync:0.11.0
+        - --rsync-container-image=quay.io/backube/volsync:0.11.0
+        - --rsync-tls-container-image=quay.io/backube/volsync:0.11.0
+        - --syncthing-container-image=quay.io/backube/volsync:0.11.0
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: quay.io/backube/volsync:0.10.0
+        image: quay.io/backube/volsync:0.11.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@jfroy jfroy merged commit c836da4 into main Nov 9, 2024
4 checks passed
@jfroy jfroy deleted the renovate/volsync-0.x branch November 9, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant