From 7d658572388742bc94e162448f7f95bc52f14908 Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Tue, 24 Oct 2023 18:22:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20image=20docker.io?= =?UTF-8?q?/restic/restic=20to=200.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | docker | docker.io/restic/restic | 0.16.0 | 0.16.1 | --- .taskfiles/VolSync/ListJob.tmpl.yaml | 2 +- .taskfiles/VolSync/UnlockJob.tmpl.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: