From fd439bd8dee8f73776af8a3c415549bbac8cc400 Mon Sep 17 00:00:00 2001 From: Florian Geyer Date: Thu, 28 Nov 2024 18:41:15 +0100 Subject: [PATCH] Bump version of netshoot image in debug-container plugin (#2996) Latest version of netshoot image is 0.13, see https://github.com/nicolaka/netshoot/pkgs/container/netshoot/216758080?tag=v0.13 and https://hub.docker.com/layers/nicolaka/netshoot/v0.13/images/sha256-5a21d467fed653554bdc483ca5e7e866805c5b4c8f7ecb195a43f778c8d02fb8?context=explore. --- plugins/debug-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/debug-container.yaml b/plugins/debug-container.yaml index 38d6fcc6..1fc5d3a9 100644 --- a/plugins/debug-container.yaml +++ b/plugins/debug-container.yaml @@ -12,4 +12,4 @@ plugins: confirm: true args: - -c - - "kubectl --kubeconfig=$KUBECONFIG debug -it --context $CONTEXT -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.12 --share-processes -- bash" + - "kubectl --kubeconfig=$KUBECONFIG debug -it --context $CONTEXT -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.13 --share-processes -- bash"