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

chore(helm-chart): update helm release volsync to v0.9.1 #4014

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

budimanjojo-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
volsync (source) patch 0.9.0 -> 0.9.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

backube/volsync (volsync)

v0.9.1

Compare Source

Fixed
  • Allow restic restore from empty or non-initialized path
  • Ignore lost+found on restic backup when checking for empty source volume

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com>
@budimanjojo-bot budimanjojo-bot bot added renovate/helm Pull request to a Renovate helm update renovatebot Pull request created by Renovate type/patch Pull request of type patch version bump labels Apr 12, 2024
@budimanjojo-bot
Copy link
Contributor Author

--- cluster/apps/backup-system/volsync/base Kustomization: flux-system/backup-system-volsync HelmRelease: backup-system/volsync

+++ cluster/apps/backup-system/volsync/base Kustomization: flux-system/backup-system-volsync HelmRelease: backup-system/volsync

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

       chart: volsync
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: backube-charts
         namespace: flux-system
-      version: 0.9.0
+      version: 0.9.1
   install:
     createNamespace: true
     remediation:
       retries: 5
   interval: 15m
   upgrade:

@budimanjojo-bot
Copy link
Contributor Author

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

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

@@ -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.0
-        - --restic-container-image=quay.io/backube/volsync:0.9.0
-        - --rsync-container-image=quay.io/backube/volsync:0.9.0
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.9.0
-        - --syncthing-container-image=quay.io/backube/volsync:0.9.0
+        - --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
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: quay.io/backube/volsync:0.9.0
+        image: quay.io/backube/volsync:0.9.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@budimanjojo-bot budimanjojo-bot bot merged commit e4023ba into main Apr 12, 2024
4 checks passed
@budimanjojo-bot budimanjojo-bot bot deleted the renovate/volsync-0.x branch April 12, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/helm Pull request to a Renovate helm update renovatebot Pull request created by Renovate type/patch Pull request of type patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants