From 9e3b33d8b540921fe14ee1795113b2c78cb84b85 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Mon, 20 Mar 2023 11:21:39 +0800 Subject: [PATCH] K-EXPLORER: bump rancher/shell 0.1.19 --- 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 006510f..20cc1bb 100644 --- a/pkg/resources/cluster/cluster.go +++ b/pkg/resources/cluster/cluster.go @@ -28,7 +28,7 @@ var ( ) const ( - shellPodImage = "rancher/shell:v0.1.18" + shellPodImage = "rancher/shell:v0.1.19" shellPodNS = "kube-system" )