Skip to content

Commit

Permalink
fix(container): update docker.io/restic/restic (0.16.2 → 0.16.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-blake[bot] authored Jan 14, 2024
1 parent b74a111 commit ac9216f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2
image: docker.io/restic/restic:0.16.3
args: ["snapshots"]
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion .taskfiles/VolSync/templates/unlock.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.2
image: docker.io/restic/restic:0.16.3
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
Expand Down

0 comments on commit ac9216f

Please sign in to comment.