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: