From 0e1b25e619ae64abd5ae5f39c68a7d2e3510125a Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Sat, 28 Dec 2024 23:24:16 -0300 Subject: [PATCH] OPCT-000: Bump to v0.5.1 to address bug fixes (#132) Blocked by: - https://github.com/redhat-openshift-ecosystem/opct/pull/130 - https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/pull/68 - https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/pull/69 - https://github.com/redhat-openshift-ecosystem/opct/pull/128 - https://github.com/redhat-openshift-ecosystem/opct/pull/129 - https://github.com/redhat-openshift-ecosystem/opct/pull/134 --- pkg/types.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/types.go b/pkg/types.go index 432ee5e..469bff5 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" - CollectorImage = "plugin-artifacts-collector:v0.5.0" - MustGatherMonitoringImage = "must-gather-monitoring:v0.5.0" + PluginsImage = "plugin-openshift-tests:v0.5.1" + CollectorImage = "plugin-artifacts-collector:v0.5.1" + MustGatherMonitoringImage = "must-gather-monitoring:v0.5.1" OpenShiftTestsImage = "image-registry.openshift-image-registry.svc:5000/openshift/tests" )