diff --git a/pkg/types.go b/pkg/types.go index 7502b16..432ee5e 100644 --- a/pkg/types.go +++ b/pkg/types.go @@ -19,9 +19,9 @@ const ( SonobuoyLabelComponentName = "component" SonobuoyLabelComponentValue = "sonobuoy" DefaultToolsRepository = "quay.io/opct" - PluginsImage = "plugin-openshift-tests:v0.5.0-alpha.5" - CollectorImage = "plugin-artifacts-collector:v0.5.0-alpha.5" - MustGatherMonitoringImage = "must-gather-monitoring:v0.5.0-alpha.5" + PluginsImage = "plugin-openshift-tests:v0.5.0" + CollectorImage = "plugin-artifacts-collector:v0.5.0" + MustGatherMonitoringImage = "must-gather-monitoring:v0.5.0" OpenShiftTestsImage = "image-registry.openshift-image-registry.svc:5000/openshift/tests" )