From ae599b1fee51169163a08a3bbc3ca0be92272299 Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:50:09 -0700 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20docker.io/restic/res?= =?UTF-8?q?tic=20(=200.16.3=20=E2=86=92=200.16.4=20)=20(#1630)?= 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.3 | 0.16.4 | Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com> --- .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 6a7ff42678..5d5bb8bae1 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 args: ["snapshots"] envFrom: - secretRef: diff --git a/.taskfiles/VolSync/templates/unlock.tmpl.yaml b/.taskfiles/VolSync/templates/unlock.tmpl.yaml index d819b44ddb..d32cc48ee8 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 args: ["unlock", "--remove-all"] envFrom: - secretRef: name: "${app}-volsync" - name: unlock-r2 - image: docker.io/restic/restic:0.16.3 + image: docker.io/restic/restic:0.16.4 args: ["unlock", "--remove-all"] envFrom: - secretRef: