Skip to content

Commit 2c3d7fe

Browse files
bump version
1 parent 5f11fab commit 2c3d7fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

infra/restic-postgres/restic-postgres-backup-cronjob.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
runAsNonRoot: true
2727
containers:
2828
- name: "restic-backup"
29-
image: "ghcr.io/soerenschneider/restic:1.2.1"
29+
image: "ghcr.io/soerenschneider/restic:1.3.0"
3030
imagePullPolicy: "IfNotPresent"
3131
securityContext:
3232
runAsUser: 16523
@@ -54,8 +54,6 @@ spec:
5454
value: "/tmp/restic-cache"
5555
- name: "_RESTIC_TYPE"
5656
value: "postgres"
57-
- name: "RESTIC_HOST"
58-
value: "kubernetes"
5957
- name: "RESTIC_COMPRESSION"
6058
value: "max"
6159
envFrom: []

0 commit comments

Comments
 (0)