From c91afb1abdf57f23a203ea4998ec0e7167b63731 Mon Sep 17 00:00:00 2001 From: Simon Bein Date: Tue, 11 Jun 2024 19:02:01 +0200 Subject: [PATCH] update restic --- addons/backups-restic/backups-restic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/backups-restic/backups-restic.yaml b/addons/backups-restic/backups-restic.yaml index d098ff1b0..840b51fee 100644 --- a/addons/backups-restic/backups-restic.yaml +++ b/addons/backups-restic/backups-restic.yaml @@ -52,7 +52,7 @@ spec: path: /etc/kubernetes/pki initContainers: - name: snapshotter - image: {{ Registry "gcr.io" }}/etcd-development/etcd:v3.5.12 + image: {{ Registry "gcr.io" }}/etcd-development/etcd:v3.5.14 imagePullPolicy: IfNotPresent command: - etcdctl @@ -83,7 +83,7 @@ spec: readOnly: true containers: - name: uploader - image: {{ Registry "docker.io" }}/restic/restic:0.16.3 + image: {{ Registry "docker.io" }}/restic/restic:0.16.4 imagePullPolicy: IfNotPresent command: - /bin/sh