diff --git a/.taskfiles/volsync/templates/list.tmpl.yaml b/.taskfiles/volsync/templates/list.tmpl.yaml index e902d76e6c..47d4daa8c8 100644 --- a/.taskfiles/volsync/templates/list.tmpl.yaml +++ b/.taskfiles/volsync/templates/list.tmpl.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: list - image: docker.io/restic/restic:0.16.2 + image: docker.io/restic/restic:0.16.5@sha256:157243d77bc38be75a7b62b0c00453683251310eca414b9389ae3d49ea426c16 args: - snapshots envFrom: diff --git a/.taskfiles/volsync/templates/unlock.tmpl.yaml b/.taskfiles/volsync/templates/unlock.tmpl.yaml index 31e5b864fb..663f53f7fe 100644 --- a/.taskfiles/volsync/templates/unlock.tmpl.yaml +++ b/.taskfiles/volsync/templates/unlock.tmpl.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: unlock-minio - image: docker.io/restic/restic:0.16.2 + image: docker.io/restic/restic:0.16.5@sha256:157243d77bc38be75a7b62b0c00453683251310eca414b9389ae3d49ea426c16 args: - unlock - --remove-all