Skip to content

Commit

Permalink
OPCT-177: bump plugins image to release v0.4.0 (#67)
Browse files Browse the repository at this point in the history
Bumping plugin image for v0.4.0 release.

It will be created after all PRs are merged and v0.4.0-rc/beta* has been
validated.
  • Loading branch information
mtulio authored May 18, 2023
1 parent f3e765a commit b56f685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
SonobuoyLabelComponentName = "component"
SonobuoyLabelComponentValue = "sonobuoy"
DefaultToolsRepository = "quay.io/ocp-cert"
PluginsImage = "openshift-tests-provider-cert:v0.4.0-alpha1"
PluginsImage = "openshift-tests-provider-cert:v0.4.0"
)

var (
Expand Down

0 comments on commit b56f685

Please sign in to comment.