Skip to content

Commit

Permalink
Merge pull request #359 from MaksimShakavin/renovate/docker.io-restic…
Browse files Browse the repository at this point in the history
…-restic-0.x

chore(restic): update docker image ( 0.17.1 → 0.17.2 )
  • Loading branch information
MaksimShakavin authored Oct 28, 2024
2 parents 545819d + cd6fca6 commit a9adea8
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: main
image: docker.io/restic/restic:0.17.1
image: docker.io/restic/restic:0.17.2
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: minio
image: docker.io/restic/restic:0.17.1
image: docker.io/restic/restic:0.17.2
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
Expand Down

0 comments on commit a9adea8

Please sign in to comment.