Skip to content

Commit

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

Co-authored-by: bot-x-mod[bot] <130179593+bot-x-mod[bot]@users.noreply.github.com>
  • Loading branch information
bot-x-mod[bot] authored Sep 5, 2024
1 parent f405390 commit 40138cb
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: main
image: docker.io/restic/restic:0.17.0
image: docker.io/restic/restic:0.17.1
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,14 +12,14 @@ spec:
restartPolicy: OnFailure
containers:
- name: minio
image: docker.io/restic/restic:0.17.0
image: docker.io/restic/restic:0.17.1
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
name: ${app}-volsync-secret
resources: {}
- name: r2
image: docker.io/restic/restic:0.17.0
image: docker.io/restic/restic:0.17.1
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
Expand Down

0 comments on commit 40138cb

Please sign in to comment.