Skip to content

Commit 488573e

Browse files
feat(container): update image docker.io/restic/restic to v0.17.0 (#2727)
Co-authored-by: layla-bot[bot] <138733633+layla-bot[bot]@users.noreply.github.com>
1 parent d17070c commit 488573e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.taskfiles/VolSync/templates/list.tmpl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
restartPolicy: OnFailure
1313
containers:
1414
- name: main
15-
image: docker.io/restic/restic:0.16.5
15+
image: docker.io/restic/restic:0.17.0
1616
args: ["snapshots"]
1717
envFrom:
1818
- secretRef:

.taskfiles/VolSync/templates/unlock.tmpl.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ spec:
1212
restartPolicy: OnFailure
1313
containers:
1414
- name: minio
15-
image: docker.io/restic/restic:0.16.5
15+
image: docker.io/restic/restic:0.17.0
1616
args: ["unlock", "--remove-all"]
1717
envFrom:
1818
- secretRef:
1919
name: ${app}-volsync-secret
2020
resources: {}
2121
- name: r2
22-
image: docker.io/restic/restic:0.16.5
22+
image: docker.io/restic/restic:0.17.0
2323
args: ["unlock", "--remove-all"]
2424
envFrom:
2525
- secretRef:

0 commit comments

Comments
 (0)