Skip to content

Commit

Permalink
update restic
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTheLeg authored and xrstf committed Jun 13, 2024
1 parent f36b37d commit 69b8df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/backups-restic/backups-restic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 69b8df6

Please sign in to comment.