Skip to content

fix(container): update volsync group ( 0.9.0 → 0.9.1 ) (patch) #623

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

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/volsync (source) patch 0.9.0 -> 0.9.1
volsync (source) patch 0.9.0 -> 0.9.1

Release Notes

backube/volsync (ghcr.io/onedr0p/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: 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 Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Apr 15, 2024

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

+++ HelmRelease: volsync/volsync Deployment: volsync/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=ghcr.io/onedr0p/volsync:0.9.0@sha256:19d6392db172325a5890ae0b75d78426754ceed272fb462d25f2216de5e57993
-        - --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: ghcr.io/onedr0p/volsync:0.9.0@sha256:19d6392db172325a5890ae0b75d78426754ceed272fb462d25f2216de5e57993
+        image: quay.io/backube/volsync:0.9.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

Copy link

github-actions bot commented Apr 15, 2024

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

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

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

     spec:
       chart: volsync
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: flux-system
-      version: 0.9.0
+      version: 0.9.1
   dependsOn:
   - name: snapshot-controller
     namespace: kube-system
   install:
     remediation:
       retries: 3
@@ -29,22 +29,16 @@

     keepHistory: false
   upgrade:
     cleanupOnFail: true
     remediation:
       retries: 3
   values:
-    image:
-      repository: ghcr.io/onedr0p/volsync
-      tag: 0.9.0@sha256:19d6392db172325a5890ae0b75d78426754ceed272fb462d25f2216de5e57993
     manageCRDs: true
     metrics:
       disableAuth: true
     resources:
       limits:
         memory: 150Mi
       requests:
         cpu: 10m
         memory: 75Mi
-    restic:
-      repository: ghcr.io/onedr0p/volsync
-      tag: 0.9.0@sha256:19d6392db172325a5890ae0b75d78426754ceed272fb462d25f2216de5e57993
 

@martinohmann martinohmann merged commit a1e9440 into main Apr 15, 2024
6 checks passed
@martinohmann martinohmann deleted the renovate/main-patch-volsync branch April 15, 2024 21:14
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