From 1dd514a7f86d9aeecfbac12a3b3f33a22de123cd Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Tue, 11 Jul 2023 11:32:59 +0800 Subject: [PATCH] K-EXPLORER: bump shell pod image v0.1.20 --- pkg/resources/cluster/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/resources/cluster/cluster.go b/pkg/resources/cluster/cluster.go index 20cc1bb..091d9d2 100644 --- a/pkg/resources/cluster/cluster.go +++ b/pkg/resources/cluster/cluster.go @@ -28,7 +28,7 @@ var ( ) const ( - shellPodImage = "rancher/shell:v0.1.19" + shellPodImage = "rancher/shell:v0.1.20" shellPodNS = "kube-system" )