Skip to content

Commit

Permalink
OPCT-000: Bump to v0.5.1 to address bug fixes (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio authored Dec 29, 2024
1 parent dbf254f commit 0e1b25e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 0e1b25e

Please sign in to comment.