Skip to content

Commit

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

| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| docker     | docker.io/restic/restic | 0.16.5 | 0.17.0 |


Signed-off-by: Jeff Billimek <billimek@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent d69504e commit 8d51eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/taskfiles/ListJob.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.5
image: docker.io/restic/restic:0.17.0
args: ["snapshots"]
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion .github/taskfiles/UnlockJob.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: unlock
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 8d51eba

Please sign in to comment.