We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17070c commit 488573eCopy full SHA for 488573e
.taskfiles/VolSync/templates/list.tmpl.yaml
@@ -12,7 +12,7 @@ spec:
12
restartPolicy: OnFailure
13
containers:
14
- name: main
15
- image: docker.io/restic/restic:0.16.5
+ image: docker.io/restic/restic:0.17.0
16
args: ["snapshots"]
17
envFrom:
18
- secretRef:
.taskfiles/VolSync/templates/unlock.tmpl.yaml
@@ -12,14 +12,14 @@ spec:
- name: minio
args: ["unlock", "--remove-all"]
19
name: ${app}-volsync-secret
20
resources: {}
21
- name: r2
22
23
24
25
0 commit comments