Skip to content

Commit

Permalink
fix(container): update docker.io/restic/restic ( 0.17.2 → 0.17.3 )
Browse files Browse the repository at this point in the history
  • Loading branch information
apple-cart-bot[bot] authored Nov 8, 2024
1 parent ad3d0f2 commit c177824
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.2
image: docker.io/restic/restic:0.17.3
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.2
image: docker.io/restic/restic:0.17.3
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
name: ${app}-volsync-r2-secret
resources: {}
- name: r2
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 c177824

Please sign in to comment.