From 553a66d4bc7df132ce1176877195c8b2179876b1 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 19 Aug 2023 11:19:15 +0200 Subject: [PATCH] feat: change manifest for 1.14.0 Signed-off-by: Christian Kotzbauer --- kured-ds.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kured-ds.yaml b/kured-ds.yaml index bdb763ed4..96a9ab357 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -33,7 +33,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.13.2 + image: ghcr.io/kubereboot/kured:1.14.0 imagePullPolicy: IfNotPresent securityContext: privileged: true # Give permission to nsenter /proc/1/ns/mnt @@ -54,6 +54,7 @@ spec: # - --drain-grace-period=-1 # - --skip-wait-for-delete-timeout=0 # - --drain-timeout=0 +# - --drain-pod-selector="" # - --period=1h # - --ds-namespace=kube-system # - --ds-name=kured