diff --git a/.taskfiles/VolSync/templates/list.tmpl.yaml b/.taskfiles/VolSync/templates/list.tmpl.yaml index e1cdf7a5..e4549282 100644 --- a/.taskfiles/VolSync/templates/list.tmpl.yaml +++ b/.taskfiles/VolSync/templates/list.tmpl.yaml @@ -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: diff --git a/.taskfiles/VolSync/templates/unlock.tmpl.yaml b/.taskfiles/VolSync/templates/unlock.tmpl.yaml index 72e98178..2db464fe 100644 --- a/.taskfiles/VolSync/templates/unlock.tmpl.yaml +++ b/.taskfiles/VolSync/templates/unlock.tmpl.yaml @@ -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: