We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f11fab commit 2c3d7feCopy full SHA for 2c3d7fe
infra/restic-postgres/restic-postgres-backup-cronjob.yaml
@@ -26,7 +26,7 @@ spec:
26
runAsNonRoot: true
27
containers:
28
- name: "restic-backup"
29
- image: "ghcr.io/soerenschneider/restic:1.2.1"
+ image: "ghcr.io/soerenschneider/restic:1.3.0"
30
imagePullPolicy: "IfNotPresent"
31
securityContext:
32
runAsUser: 16523
@@ -54,8 +54,6 @@ spec:
54
value: "/tmp/restic-cache"
55
- name: "_RESTIC_TYPE"
56
value: "postgres"
57
- - name: "RESTIC_HOST"
58
- value: "kubernetes"
59
- name: "RESTIC_COMPRESSION"
60
value: "max"
61
envFrom: []
0 commit comments