Skip to content

Commit

Permalink
fix(container): update image docker.io/restic/restic to v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spicerabot[bot] authored Nov 8, 2024
1 parent a68c123 commit cbf8ef2
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.17.2
image: docker.io/restic/restic:0.17.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.17.2
image: docker.io/restic/restic:0.17.3
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
Expand Down

0 comments on commit cbf8ef2

Please sign in to comment.