From c177824af0c962a624cf892e2052af6f78221b85 Mon Sep 17 00:00:00 2001 From: "apple-cart-bot[bot]" <131814151+apple-cart-bot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:02:37 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20docker.io/restic/res?= =?UTF-8?q?tic=20(=200.17.2=20=E2=86=92=200.17.3=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 561387810..5b200dec8 100644 --- a/.taskfiles/VolSync/templates/list.tmpl.yaml +++ b/.taskfiles/VolSync/templates/list.tmpl.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: main - image: docker.io/restic/restic:0.17.2 + image: docker.io/restic/restic:0.17.3 args: ["snapshots"] envFrom: - secretRef: diff --git a/.taskfiles/VolSync/templates/unlock.tmpl.yaml b/.taskfiles/VolSync/templates/unlock.tmpl.yaml index 0eab91533..829eb3aba 100644 --- a/.taskfiles/VolSync/templates/unlock.tmpl.yaml +++ b/.taskfiles/VolSync/templates/unlock.tmpl.yaml @@ -12,14 +12,14 @@ spec: restartPolicy: OnFailure containers: - name: minio - image: docker.io/restic/restic:0.17.2 + image: docker.io/restic/restic:0.17.3 args: ["unlock", "--remove-all"] envFrom: - secretRef: name: ${app}-volsync-r2-secret resources: {} - name: r2 - image: docker.io/restic/restic:0.17.2 + image: docker.io/restic/restic:0.17.3 args: ["unlock", "--remove-all"] envFrom: - secretRef: