diff --git a/.taskfiles/VolSync/templates/list.tmpl.yaml b/.taskfiles/VolSync/templates/list.tmpl.yaml index 14c3b80234..34daff21b8 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.3 args: ["snapshots"] envFrom: - secretRef: diff --git a/.taskfiles/VolSync/templates/unlock.tmpl.yaml b/.taskfiles/VolSync/templates/unlock.tmpl.yaml index ed4d411fb2..6493583bc6 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 - image: docker.io/restic/restic:0.16.2 + image: docker.io/restic/restic:0.16.3 args: ["unlock", "--remove-all"] envFrom: - secretRef: