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(helm): update chart volsync ( 0.9.0 β†’ 0.9.1 ) #5328

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

Mend Renovate

This PR contains the following updates:

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

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: 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.

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | volsync | 0.9.0 | 0.9.1 |
@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 12, 2024

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

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

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

       chart: volsync
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: flux-system
-      version: 0.9.0
+      version: 0.9.1
   interval: 30m
   values:
     manageCRDs: true
     metrics:
       disableAuth: true
 

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 12, 2024

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

+++ HelmRelease: system/volsync Deployment: 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

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 12, 2024

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… COPYPASTE jscpd yes no 1.18s
βœ… REPOSITORY git_diff yes no 0.04s
βœ… REPOSITORY secretlint yes no 2.96s
βœ… YAML prettier 1 0 0.48s
βœ… YAML yamllint 1 0 0.27s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

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