From e845e6626291404d59723fb21fffeb8269455e7e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 21 Jul 2025 18:58:57 -0500 Subject: [PATCH] restic: pin to 0.18.0 Let's keep the version of `restic` used by the prune job in sync with the latest version in Fedora. --- restic/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/restic/kustomization.yaml b/restic/kustomization.yaml index 4a7d39c..dba88b6 100644 --- a/restic/kustomization.yaml +++ b/restic/kustomization.yaml @@ -36,6 +36,7 @@ patches: spec: containers: - name: restic-prune + imagePullPolicy: IfNotPresent env: - name: RESTIC_CACERT value: /run/dch-ca/dch-root-ca.crt @@ -48,3 +49,6 @@ patches: configMap: name: dch-root-ca +images: +- name: ghcr.io/restic/restic + newTag: 0.18.0