From b40c59caa8c176df8df012506ee8bc7f267a52f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:52:39 +0000 Subject: [PATCH] build(deps): bump kubereboot/kured from 1.22.1 to 1.23.0 Bumps [kubereboot/kured](https://github.com/kubereboot/kured) from 1.22.1 to 1.23.0. - [Release notes](https://github.com/kubereboot/kured/releases) - [Commits](https://github.com/kubereboot/kured/compare/1.22.1...1.23.0) --- updated-dependencies: - dependency-name: kubereboot/kured dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 5769188..aefdbb3 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.22.1 + image: ghcr.io/kubereboot/kured:1.23.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 18fe74a..f65006b 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.22.1 + image: ghcr.io/kubereboot/kured:1.23.0 imagePullPolicy: IfNotPresent securityContext: privileged: true # Give permission to nsenter /proc/1/ns/mnt