From ab8a1433c754a39a4c142f77c6cf9aaa13cd1bae Mon Sep 17 00:00:00 2001 From: "feisar-bot[bot]" <98277827+feisar-bot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:20:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker.io/restic/?= =?UTF-8?q?restic=20(=200.16.5=20=E2=86=92=200.17.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .taskfiles/VolSync/templates/list.tmpl.yaml | 2 +- .taskfiles/VolSync/templates/unlock.tmpl.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskfiles/VolSync/templates/list.tmpl.yaml b/.taskfiles/VolSync/templates/list.tmpl.yaml index 3b9cfb090..284480c3d 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.5@sha256:157243d77bc38be75a7b62b0c00453683251310eca414b9389ae3d49ea426c16 + image: docker.io/restic/restic:0.17.0@sha256:da2bd7f56bc940bd14166d4802370d49b2232ee1d28898a3295fbf3d73606d80 args: ["snapshots"] envFrom: - secretRef: diff --git a/.taskfiles/VolSync/templates/unlock.tmpl.yaml b/.taskfiles/VolSync/templates/unlock.tmpl.yaml index dfd9e3bca..707bac4a5 100644 --- a/.taskfiles/VolSync/templates/unlock.tmpl.yaml +++ b/.taskfiles/VolSync/templates/unlock.tmpl.yaml @@ -12,13 +12,13 @@ spec: restartPolicy: OnFailure containers: - name: unlock-minio - image: docker.io/restic/restic:0.16.5@sha256:157243d77bc38be75a7b62b0c00453683251310eca414b9389ae3d49ea426c16 + image: docker.io/restic/restic:0.17.0@sha256:da2bd7f56bc940bd14166d4802370d49b2232ee1d28898a3295fbf3d73606d80 args: ["unlock", "--remove-all"] envFrom: - secretRef: name: "${app}-volsync-secret" - name: unlock-r2 - image: docker.io/restic/restic:0.16.5@sha256:157243d77bc38be75a7b62b0c00453683251310eca414b9389ae3d49ea426c16 + image: docker.io/restic/restic:0.17.0@sha256:da2bd7f56bc940bd14166d4802370d49b2232ee1d28898a3295fbf3d73606d80 args: ["unlock", "--remove-all"] envFrom: - secretRef: