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 volsync group to v0.8.1 (patch) #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
ghcr.io/onedr0p/volsync (source) patch 0.8.0 -> 0.8.1
volsync (source) patch 0.8.0 -> 0.8.1

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

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

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

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

     spec:
       chart: volsync
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: flux-system
-      version: 0.8.0
+      version: 0.8.1
   dependsOn:
   - name: snapshot-controller
     namespace: storage
   install:
     remediation:
       retries: 3
@@ -30,17 +30,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: storage/volsync Deployment: storage/volsync

+++ HelmRelease: storage/volsync Deployment: storage/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
-        - --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
+        - --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.1
+        - --rsync-tls-container-image=quay.io/backube/volsync:0.8.1
+        - --syncthing-container-image=quay.io/backube/volsync:0.8.1
         - --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

@renovate renovate bot changed the title fix(container): update image ghcr.io/onedr0p/volsync to v0.8.1 fix(container): update volsync group to v0.8.1 (patch) Mar 8, 2024
@renovate renovate bot force-pushed the renovate/patch-volsync branch from ef1f658 to 18a4992 Compare March 8, 2024 23:39
@jgilfoil jgilfoil merged commit 0674c97 into main Mar 8, 2024
5 checks passed
@renovate renovate bot deleted the renovate/patch-volsync branch March 8, 2024 23: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