Skip to content

Commit

Permalink
fix(container): update docker.io/restic/restic ( 0.16.3 → 0.16.4 ) (#…
Browse files Browse the repository at this point in the history
…1630)

| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| docker     | docker.io/restic/restic | 0.16.3 | 0.16.4 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Feb 5, 2024
1 parent 3248bd9 commit ae599b1
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: list
image: docker.io/restic/restic:0.16.3
image: docker.io/restic/restic:0.16.4
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,13 +12,13 @@ spec:
restartPolicy: OnFailure
containers:
- name: unlock-minio
image: docker.io/restic/restic:0.16.3
image: docker.io/restic/restic:0.16.4
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
name: "${app}-volsync"
- name: unlock-r2
image: docker.io/restic/restic:0.16.3
image: docker.io/restic/restic:0.16.4
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
Expand Down

0 comments on commit ae599b1

Please sign in to comment.