diff --git a/pkg/cli/debug/debug.go b/pkg/cli/debug/debug.go index b862c88251..3986bbf533 100644 --- a/pkg/cli/debug/debug.go +++ b/pkg/cli/debug/debug.go @@ -765,7 +765,7 @@ func (o *DebugOptions) approximatePodTemplateForObject(object runtime.Object) (* } } if len(o.Image) == 0 { - image = "registry.redhat.io/rhel7/support-tools" + image = "registry.redhat.io/rhel8/support-tools" } zero := int64(0) isTrue := true