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

fix(container): update image ghcr.io/onedr0p/volsync to v0.8.1 #216

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/onedr0p/volsync (source) patch 0.8.0 -> 0.8.1 OpenSSF Scorecard

Release Notes

backube/volsync (ghcr.io/onedr0p/volsync)

v0.8.1

Compare Source

Changed
  • Updated release to build on golang 1.21
Fixed
  • Capture error on restic restore when connecting to repository

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.


  • 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 Mar 8, 2024

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

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

@@ -31,17 +31,17 @@

     cleanupOnFail: true
     remediation:
       retries: 3
   values:
     image:
       repository: ghcr.io/onedr0p/volsync
-      tag: 0.8.0
+      tag: 0.8.1
     manageCRDs: true
     metrics:
       disableAuth: true
     rclone:
       repository: ghcr.io/onedr0p/volsync
-      tag: 0.8.0
+      tag: 0.8.1
     restic:
       repository: ghcr.io/onedr0p/volsync
-      tag: 0.8.0
+      tag: 0.8.1
 

Copy link

github-actions bot commented Mar 8, 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=ghcr.io/onedr0p/volsync:0.8.0
-        - --restic-container-image=ghcr.io/onedr0p/volsync:0.8.0
+        - --rclone-container-image=ghcr.io/onedr0p/volsync:0.8.1
+        - --restic-container-image=ghcr.io/onedr0p/volsync:0.8.1
         - --rsync-container-image=quay.io/backube/volsync:0.8.0
         - --rsync-tls-container-image=quay.io/backube/volsync:0.8.0
         - --syncthing-container-image=quay.io/backube/volsync:0.8.0
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: ghcr.io/onedr0p/volsync:0.8.0
+        image: ghcr.io/onedr0p/volsync:0.8.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@chrisbsmith chrisbsmith merged commit fb6c27b into main Mar 8, 2024
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the renovate/ghcr.io-onedr0p-volsync-0.x branch March 8, 2024 16:05
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