Skip to content

Commit

Permalink
feat(container): update docker.io/restic/restic ( 0.16.5 → 0.17.0 ) (#…
Browse files Browse the repository at this point in the history
…5115)

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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Jul 26, 2024
1 parent 79a506a commit 0146829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/VolSync/templates/list.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .taskfiles/VolSync/templates/unlock.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0146829

Please sign in to comment.