Files
auricom-home-cluster/.taskfiles/volsync/templates/list.tmpl.yaml
feisar-bot[bot] 4b046cb928 ⬆️ Update docker.io/restic/restic ( 0.17.3 → 0.18.0 )
| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| docker     | docker.io/restic/restic | 0.17.3 | 0.18.0 |
2025-03-28 11:49:24 +01:00

20 lines
506 B
YAML

---
apiVersion: batch/v1
kind: Job
metadata:
name: "list-${app}-${ts}"
namespace: "${ns}"
spec:
ttlSecondsAfterFinished: 3600
template:
spec:
automountServiceAccountToken: false
restartPolicy: OnFailure
containers:
- name: list
image: docker.io/restic/restic:0.18.0@sha256:4cf4a61ef9786f4de53e9de8c8f5c040f33830eb0a10bf3d614410ee2fcb6120
args: ["snapshots"]
envFrom:
- secretRef:
name: "${app}-volsync-secret"