From 014682902fed82f86a0d86a5e93a08fdd5f345d1 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:17:34 -0400 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20docker.io/restic/re?= =?UTF-8?q?stic=20(=200.16.5=20=E2=86=92=200.17.0=20)=20(#5115)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/restic/restic | minor | `0.16.5` -> `0.17.0` | --- ### 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](https://togithub.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- .taskfiles/VolSync/templates/list.tmpl.yaml | 2 +- .taskfiles/VolSync/templates/unlock.tmpl.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskfiles/VolSync/templates/list.tmpl.yaml b/.taskfiles/VolSync/templates/list.tmpl.yaml index 68f5bc0a83..37b84e4df0 100644 --- a/.taskfiles/VolSync/templates/list.tmpl.yaml +++ b/.taskfiles/VolSync/templates/list.tmpl.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: main - image: docker.io/restic/restic:0.16.5 + image: docker.io/restic/restic:0.17.0 args: ["snapshots"] envFrom: - secretRef: diff --git a/.taskfiles/VolSync/templates/unlock.tmpl.yaml b/.taskfiles/VolSync/templates/unlock.tmpl.yaml index 6f97ad1de7..2569a7de03 100644 --- a/.taskfiles/VolSync/templates/unlock.tmpl.yaml +++ b/.taskfiles/VolSync/templates/unlock.tmpl.yaml @@ -12,14 +12,14 @@ spec: restartPolicy: OnFailure containers: - name: minio - image: docker.io/restic/restic:0.16.5 + image: docker.io/restic/restic:0.17.0 args: ["unlock", "--remove-all"] envFrom: - secretRef: name: ${app}-volsync-secret resources: {} - name: r2 - image: docker.io/restic/restic:0.16.5 + image: docker.io/restic/restic:0.17.0 args: ["unlock", "--remove-all"] envFrom: - secretRef: