From 20e3ae0f3e8e47bfea6d524c61d4931504781084 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 6 Aug 2024 18:20:46 +0100 Subject: [PATCH] Try changing the image in podinfo to see if it can terminate --- apps/podinfo/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/podinfo/deployment.yaml b/apps/podinfo/deployment.yaml index 6f96fc6..f1c7c79 100644 --- a/apps/podinfo/deployment.yaml +++ b/apps/podinfo/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: podinfo - image: ghcr.io/stefanprodan/podinfo:6.7.0 + image: ghcr.io/stefanprodan/podinfo:6.5.0 imagePullPolicy: IfNotPresent ports: - name: http