From 6cb02d83554b17503026c7c947245c7d861dfbcc Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Thu, 8 Aug 2024 16:37:53 -0300 Subject: [PATCH] OPCT-257: bump plugins to v0.5.0 (#115) Bump plugins version to v0.5.0 GA https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/actions/runs/10308276521 https://issues.redhat.com/browse/OPCT-257 --- pkg/types.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/types.go b/pkg/types.go index 7502b163..432ee5e9 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" )