Bump to shell:v0.0.10

This commit is contained in:
Darren Shepherd 2020-08-07 15:21:03 -07:00
parent 233fdb791c
commit f3edb7357f

View File

@ -510,7 +510,7 @@ func (s *PodImpersonation) augmentPod(pod *v1.Pod, sa *v1.ServiceAccount) *v1.Po
pod.Spec.Containers = append(pod.Spec.Containers, v1.Container{
Name: "proxy",
Image: "ibuildthecloud/shell:v0.0.1",
Image: "ibuildthecloud/shell:v0.0.10",
ImagePullPolicy: v1.PullIfNotPresent,
Env: []v1.EnvVar{
{