Skip to content

Commit

Permalink
OPCT-257: bump plugins to v0.5.0 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio authored Aug 8, 2024
1 parent f321a27 commit 6cb02d8
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-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"
)

Expand Down

0 comments on commit 6cb02d8

Please sign in to comment.