Skip to content

Commit

Permalink
Merge pull request #4146 from billimek/renovate/docker.io-restic-rest…
Browse files Browse the repository at this point in the history
…ic-0.x
  • Loading branch information
billimek authored Nov 15, 2024
2 parents bda88d0 + 1e76fc3 commit 18a39bb
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.17.2
image: docker.io/restic/restic:0.17.3
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.17.2
image: docker.io/restic/restic:0.17.3
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
Expand Down

0 comments on commit 18a39bb

Please sign in to comment.