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 chart volsync to 0.10.0 #212

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2024

Mend Renovate

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

Compare Source

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 - "every weekend" (UTC), 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 Aug 2, 2024

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

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

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

     spec:
       chart: volsync
       sourceRef:
         kind: HelmRepository
         name: backube-charts
         namespace: flux-system
-      version: 0.9.1
+      version: 0.10.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

Copy link

github-actions bot commented Aug 2, 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.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

@renovate renovate bot force-pushed the renovate/volsync-0.x branch from 6ca4d78 to 5bb622c Compare August 4, 2024 20:25
@renovate renovate bot force-pushed the renovate/volsync-0.x branch from 5bb622c to 36159ab Compare August 4, 2024 22:29
@gavinmcfall gavinmcfall merged commit 73ba0ec into main Aug 4, 2024
5 checks passed
@gavinmcfall gavinmcfall deleted the renovate/volsync-0.x branch August 4, 2024 22:44
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