From 75df2a9cefb9cb96ea71d6e2525be20548340d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:11:19 +0000 Subject: [PATCH] Bump ubuntu in /tests/suite/manifests/graceful-recovery Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/suite/manifests/graceful-recovery/node-debugger-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suite/manifests/graceful-recovery/node-debugger-job.yaml b/tests/suite/manifests/graceful-recovery/node-debugger-job.yaml index dcc3d5ef18..5fc7aa5e6c 100644 --- a/tests/suite/manifests/graceful-recovery/node-debugger-job.yaml +++ b/tests/suite/manifests/graceful-recovery/node-debugger-job.yaml @@ -11,7 +11,7 @@ spec: kubernetes.io/hostname: "to be replaced by the test" containers: - name: node-debugger-container - image: ubuntu:22.04 + image: ubuntu:24.04 command: ["/bin/bash", "-c"] args: ["to be replaced by the test"] securityContext: