From 603f6f3db8d434acf8bf083fed97f96c37c2caac Mon Sep 17 00:00:00 2001 From: "feisar-bot[bot]" <98277827+feisar-bot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:13:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker.io/restic/?= =?UTF-8?q?restic=20(=200.16.3=20=E2=86=92=200.16.4=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 34daff21b..3d2798013 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.3 + image: docker.io/restic/restic:0.16.4@sha256:dad38b8042cfb1a759a958ed0061b888ebd05b1e780125a1fb4e2d687c6c0556 args: ["snapshots"] envFrom: - secretRef: diff --git a/.taskfiles/VolSync/templates/unlock.tmpl.yaml b/.taskfiles/VolSync/templates/unlock.tmpl.yaml index 5a09679c6..b840b08e7 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.3 + image: docker.io/restic/restic:0.16.4@sha256:dad38b8042cfb1a759a958ed0061b888ebd05b1e780125a1fb4e2d687c6c0556 args: ["unlock", "--remove-all"] envFrom: - secretRef: name: "${app}-volsync-secret" - name: unlock-r2 - image: docker.io/restic/restic:0.16.3 + image: docker.io/restic/restic:0.16.4@sha256:dad38b8042cfb1a759a958ed0061b888ebd05b1e780125a1fb4e2d687c6c0556 args: ["unlock", "--remove-all"] envFrom: - secretRef: