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.9.1 #3366

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bot-x-mod[bot]
Copy link
Contributor

@bot-x-mod bot-x-mod bot commented Mar 7, 2024

This PR contains the following updates:

Package Update Change
volsync (source) minor 0.8.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

v0.9.0

Compare Source

Changed
  • Syncthing upgraded to v1.27.3
  • Restic upgraded to v0.16.4
  • Updated release to build on golang 1.21
Added
  • Allow customization of resource requirements and limits on mover job containers
  • Include additional restic environment variables from the restic secret
    (RESTIC_REST_USERNAME, RESTIC_REST_PASSWORD, AZURE_ENDPOINT_SUFFIX)
  • Copy trigger pvc annotations. Allows copy-trigger annotations on the pvc to
    pause/trigger snapshots or clones in a sync
  • Include all RCLONE_ env vars from the rclone secret to be set in the rclone
    mover job
Fixed
  • Exclude lost+found for restic backups
  • Check if ipv6 is enabled before assigning 'STUNNEL_LISTEN_PORT' in mover-rsync-tls
    server script

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 Renovate Bot.

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 7, 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.8.0
+      version: 0.9.1
   dependsOn:
   - name: snapshot-controller
     namespace: kube-system
   install:
     remediation:
       retries: 3

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 7, 2024

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

+++ HelmRelease: volsync/volsync Deployment: volsync/volsync

@@ -57,17 +57,17 @@

             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.8.0
+        - --rclone-container-image=quay.io/backube/volsync:0.9.1
         - --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
+        - --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.8.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
@@ -82,13 +82,13 @@

             port: 8081
           initialDelaySeconds: 5
           periodSeconds: 10
         resources:
           limits:
             cpu: 1000m
-            memory: 300Mi
+            memory: 1Gi
           requests:
             cpu: 100m
             memory: 64Mi
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:

@bot-x-mod bot-x-mod bot changed the title fix(helm): update chart volsync to 0.8.1 feat(helm): update chart volsync to 0.9.0 Mar 20, 2024
@bot-x-mod bot-x-mod bot force-pushed the renovate/main-volsync-0.x branch from 25bce0f to db0c105 Compare March 20, 2024 19:17
@bot-x-mod bot-x-mod bot changed the title feat(helm): update chart volsync to 0.9.0 feat(helm): update chart volsync to 0.9.1 Apr 12, 2024
@bot-x-mod bot-x-mod bot force-pushed the renovate/main-volsync-0.x branch from db0c105 to f4d2107 Compare April 12, 2024 16:23
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.

None yet

0 participants