diff --git a/infra/restic-mariadb/restic-mariadb-backup-cronjob.yaml b/infra/restic-mariadb/restic-mariadb-backup-cronjob.yaml index b673447c..f2b18384 100644 --- a/infra/restic-mariadb/restic-mariadb-backup-cronjob.yaml +++ b/infra/restic-mariadb/restic-mariadb-backup-cronjob.yaml @@ -26,7 +26,7 @@ spec: runAsNonRoot: true containers: - name: "restic-mariadb-backup" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" securityContext: runAsUser: 16523 diff --git a/infra/restic-mariadb/restic-mariadb-prune-cronjob.yaml b/infra/restic-mariadb/restic-mariadb-prune-cronjob.yaml index 890003c0..d7cbb464 100644 --- a/infra/restic-mariadb/restic-mariadb-prune-cronjob.yaml +++ b/infra/restic-mariadb/restic-mariadb-prune-cronjob.yaml @@ -26,7 +26,7 @@ spec: runAsNonRoot: true containers: - name: "restic-mariadb-prune" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - "/usr/local/bin/restic_prune.py" diff --git a/infra/restic-mariadb/restic-mariadb-restore-cronjob.yaml b/infra/restic-mariadb/restic-mariadb-restore-cronjob.yaml index 5af8bd3e..a4f89f19 100644 --- a/infra/restic-mariadb/restic-mariadb-restore-cronjob.yaml +++ b/infra/restic-mariadb/restic-mariadb-restore-cronjob.yaml @@ -27,7 +27,7 @@ spec: runAsNonRoot: true containers: - name: "restic-restore" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - sleep diff --git a/infra/restic-postgres/restic-postgres-backup-cronjob.yaml b/infra/restic-postgres/restic-postgres-backup-cronjob.yaml index 938ca76c..1df4ec5c 100644 --- a/infra/restic-postgres/restic-postgres-backup-cronjob.yaml +++ b/infra/restic-postgres/restic-postgres-backup-cronjob.yaml @@ -27,7 +27,7 @@ spec: runAsNonRoot: true containers: - name: "restic-backup" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" securityContext: runAsUser: 16523 diff --git a/infra/restic-postgres/restic-postgres-prune-cronjob.yaml b/infra/restic-postgres/restic-postgres-prune-cronjob.yaml index 7aaeeb0a..6d1b470c 100644 --- a/infra/restic-postgres/restic-postgres-prune-cronjob.yaml +++ b/infra/restic-postgres/restic-postgres-prune-cronjob.yaml @@ -27,7 +27,7 @@ spec: runAsNonRoot: true containers: - name: "restic-postgres-prune" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - "/usr/local/bin/restic_prune.py" diff --git a/infra/restic-postgres/restic-postgres-restore-cronjob.yaml b/infra/restic-postgres/restic-postgres-restore-cronjob.yaml index a08d6d26..0b5ec76e 100644 --- a/infra/restic-postgres/restic-postgres-restore-cronjob.yaml +++ b/infra/restic-postgres/restic-postgres-restore-cronjob.yaml @@ -28,7 +28,7 @@ spec: runAsNonRoot: true containers: - name: "restic-postgres-restore" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - sleep diff --git a/infra/restic-pvc/restic-pvc-backup-cronjob.yaml b/infra/restic-pvc/restic-pvc-backup-cronjob.yaml index 1df2532e..f933793f 100644 --- a/infra/restic-pvc/restic-pvc-backup-cronjob.yaml +++ b/infra/restic-pvc/restic-pvc-backup-cronjob.yaml @@ -26,7 +26,7 @@ spec: runAsNonRoot: true containers: - name: "restic-pvc-backup" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" securityContext: runAsUser: 16523 diff --git a/infra/restic-pvc/restic-pvc-prune-cronjob.yaml b/infra/restic-pvc/restic-pvc-prune-cronjob.yaml index b43310bf..275d1dbc 100644 --- a/infra/restic-pvc/restic-pvc-prune-cronjob.yaml +++ b/infra/restic-pvc/restic-pvc-prune-cronjob.yaml @@ -26,7 +26,7 @@ spec: runAsNonRoot: true containers: - name: "restic-pvc-prune" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - "restic_prune.py" diff --git a/infra/restic-pvc/restic-pvc-restore-cronjob.yaml b/infra/restic-pvc/restic-pvc-restore-cronjob.yaml index 5bf82394..2d202ba2 100644 --- a/infra/restic-pvc/restic-pvc-restore-cronjob.yaml +++ b/infra/restic-pvc/restic-pvc-restore-cronjob.yaml @@ -27,7 +27,7 @@ spec: runAsNonRoot: true containers: - name: "restic-pvc-restore" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - sleep diff --git a/infra/restic-sqlite/restic-sqlite-backup-cronjob.yaml b/infra/restic-sqlite/restic-sqlite-backup-cronjob.yaml index c0f96fab..9397bdf8 100644 --- a/infra/restic-sqlite/restic-sqlite-backup-cronjob.yaml +++ b/infra/restic-sqlite/restic-sqlite-backup-cronjob.yaml @@ -26,7 +26,7 @@ spec: runAsNonRoot: true containers: - name: "restic-sqlite-backup" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" securityContext: runAsUser: 16523 diff --git a/infra/restic-sqlite/restic-sqlite-prune-cronjob.yaml b/infra/restic-sqlite/restic-sqlite-prune-cronjob.yaml index 386b638f..9363409b 100644 --- a/infra/restic-sqlite/restic-sqlite-prune-cronjob.yaml +++ b/infra/restic-sqlite/restic-sqlite-prune-cronjob.yaml @@ -26,7 +26,7 @@ spec: runAsNonRoot: true containers: - name: "restic-sqlite-prune" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - "restic_prune.py" diff --git a/infra/restic-sqlite/restic-sqlite-restore-cronjob.yaml b/infra/restic-sqlite/restic-sqlite-restore-cronjob.yaml index 07632623..d4a65330 100644 --- a/infra/restic-sqlite/restic-sqlite-restore-cronjob.yaml +++ b/infra/restic-sqlite/restic-sqlite-restore-cronjob.yaml @@ -27,7 +27,7 @@ spec: runAsNonRoot: true containers: - name: "restic-sqlite-restore" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - sleep diff --git a/infra/restic-taskwarrior/restic-pvc-backup-cronjob.yaml b/infra/restic-taskwarrior/restic-pvc-backup-cronjob.yaml index 39be89c5..6c086059 100644 --- a/infra/restic-taskwarrior/restic-pvc-backup-cronjob.yaml +++ b/infra/restic-taskwarrior/restic-pvc-backup-cronjob.yaml @@ -25,7 +25,7 @@ spec: runAsNonRoot: true containers: - name: "restic-taskwarrior-backup" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - sh diff --git a/infra/restic-taskwarrior/restic-pvc-prune-cronjob.yaml b/infra/restic-taskwarrior/restic-pvc-prune-cronjob.yaml index 51907e30..ab2eab8b 100644 --- a/infra/restic-taskwarrior/restic-pvc-prune-cronjob.yaml +++ b/infra/restic-taskwarrior/restic-pvc-prune-cronjob.yaml @@ -25,7 +25,7 @@ spec: runAsNonRoot: true containers: - name: "restic-prune" - image: "ghcr.io/soerenschneider/restic:1.4.0" + image: "ghcr.io/soerenschneider/restic:1.4.1" imagePullPolicy: "IfNotPresent" command: - "restic_prune.py"