From 750d7bc7c82b69f434f6d984c7d41fdd9ec14d02 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Sat, 30 Aug 2025 10:34:39 +0200 Subject: [PATCH] chore: update release manifests Signed-off-by: Jean-Philippe Evrard --- kured-ds-signal.yaml | 2 +- kured-ds.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kured-ds-signal.yaml b/kured-ds-signal.yaml index 37f5eeb..6f62379 100644 --- a/kured-ds-signal.yaml +++ b/kured-ds-signal.yaml @@ -38,7 +38,7 @@ spec: - name: kured # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README - image: ghcr.io/kubereboot/kured:1.17.1 + image: ghcr.io/kubereboot/kured:1.19.0 imagePullPolicy: IfNotPresent securityContext: privileged: false # Give permission to nsenter /proc/1/ns/mnt diff --git a/kured-ds.yaml b/kured-ds.yaml index addf959..87aa8e4 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -38,7 +38,7 @@ spec: - name: kured # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README - image: ghcr.io/kubereboot/kured:1.17.1 + image: ghcr.io/kubereboot/kured:1.19.0 imagePullPolicy: IfNotPresent securityContext: privileged: true # Give permission to nsenter /proc/1/ns/mnt