diff --git a/.taskfiles/VolSync/ListJob.tmpl.yaml b/.taskfiles/VolSync/ListJob.tmpl.yaml index 0d63998af..ad61c551e 100644 --- a/.taskfiles/VolSync/ListJob.tmpl.yaml +++ b/.taskfiles/VolSync/ListJob.tmpl.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: list - image: docker.io/restic/restic:0.16.0 + image: docker.io/restic/restic:0.16.1 args: ["snapshots"] envFrom: - secretRef: diff --git a/.taskfiles/VolSync/UnlockJob.tmpl.yaml b/.taskfiles/VolSync/UnlockJob.tmpl.yaml index 310f1b7fb..0d1e0b141 100644 --- a/.taskfiles/VolSync/UnlockJob.tmpl.yaml +++ b/.taskfiles/VolSync/UnlockJob.tmpl.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: unlock - image: docker.io/restic/restic:0.16.0 + image: docker.io/restic/restic:0.16.1 args: ["unlock", "--remove-all"] envFrom: - secretRef: