Skip to content

Commit 7ec495d

Browse files
use ghcr image and set correct pullPolicy again
1 parent 78d1560 commit 7ec495d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/unrest/restic-cronjob-restore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ spec:
2727
runAsNonRoot: true
2828
containers:
2929
- name: "unrest-restore"
30-
image: "cr.svc.dd.soeren.cloud/unrest"
30+
image: "ghcr.io/soerenschneider/unrest:1.1.0"
3131
command:
3232
- sleep
3333
- infinity
34-
imagePullPolicy: "Always"
34+
imagePullPolicy: "IfNotPresent"
3535
securityContext:
3636
runAsUser: 16523
3737
runAsGroup: 16523

0 commit comments

Comments
 (0)