Skip to content

Commit

Permalink
fix(container): update image docker.io/restic/restic ( 0.17.0 → 0.17.…
Browse files Browse the repository at this point in the history
…1 ) (#4244)
  • Loading branch information
repo-jeeves[bot] authored Sep 5, 2024
1 parent a10f99f commit 332076f
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.0@sha256:da2bd7f56bc940bd14166d4802370d49b2232ee1d28898a3295fbf3d73606d80
image: docker.io/restic/restic:0.17.1@sha256:424a4e1fcc6fe2557b5614239dc71a2c793acb33a83ea217171bd7edc1862dcb
args:
- snapshots
envFrom:
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-minio
image: docker.io/restic/restic:0.17.0@sha256:da2bd7f56bc940bd14166d4802370d49b2232ee1d28898a3295fbf3d73606d80
image: docker.io/restic/restic:0.17.1@sha256:424a4e1fcc6fe2557b5614239dc71a2c793acb33a83ea217171bd7edc1862dcb
args:
- unlock
- --remove-all
Expand Down

0 comments on commit 332076f

Please sign in to comment.