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