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" )