From 332076f621fa5d98a4da0e0ec32fbc0e88ba8eba Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:16:57 -0400 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20docker.io/re?= =?UTF-8?q?stic/restic=20(=200.17.0=20=E2=86=92=200.17.1=20)=20(#4244)?= 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskfiles/volsync/templates/list.tmpl.yaml b/.taskfiles/volsync/templates/list.tmpl.yaml index 78c72fb347..ec9459b854 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.17.0@sha256:da2bd7f56bc940bd14166d4802370d49b2232ee1d28898a3295fbf3d73606d80 + image: docker.io/restic/restic:0.17.1@sha256:424a4e1fcc6fe2557b5614239dc71a2c793acb33a83ea217171bd7edc1862dcb args: - snapshots envFrom: diff --git a/.taskfiles/volsync/templates/unlock.tmpl.yaml b/.taskfiles/volsync/templates/unlock.tmpl.yaml index 8275df91d5..63332b41f4 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.17.0@sha256:da2bd7f56bc940bd14166d4802370d49b2232ee1d28898a3295fbf3d73606d80 + image: docker.io/restic/restic:0.17.1@sha256:424a4e1fcc6fe2557b5614239dc71a2c793acb33a83ea217171bd7edc1862dcb args: - unlock - --remove-all