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.pull/74/head
parent
717f9244e7
commit
e845e66262
|
@ -36,6 +36,7 @@ patches:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: restic-prune
|
- name: restic-prune
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: RESTIC_CACERT
|
- name: RESTIC_CACERT
|
||||||
value: /run/dch-ca/dch-root-ca.crt
|
value: /run/dch-ca/dch-root-ca.crt
|
||||||
|
@ -48,3 +49,6 @@ patches:
|
||||||
configMap:
|
configMap:
|
||||||
name: dch-root-ca
|
name: dch-root-ca
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: ghcr.io/restic/restic
|
||||||
|
newTag: 0.18.0
|
||||||
|
|
Loading…
Reference in New Issue