Skip to content

Commit

Permalink
OPCT-213: backport plugins to support OCP 4.14 on v0.4 (#79)
Browse files Browse the repository at this point in the history
Update base plugin image to support OCP 4.14.

This is a backport of
redhat-openshift-ecosystem/provider-certification-plugins#43
bumping to plugins image plugin backport
redhat-openshift-ecosystem/provider-certification-plugins#47
(required to be merged).

The v0.5 will cover that patch, but that release is still blocked by #76

- [x] Waiting for
redhat-openshift-ecosystem/provider-certification-plugins#47
to merge
- [x] Create tag for plugins v0.4.1:

https://github.com/redhat-openshift-ecosystem/provider-certification-plugins/releases/tag/v0.4.1

https://quay.io/repository/ocp-cert/openshift-tests-provider-cert?tab=tags
- [ ] Create tag for CLI v0.4.1(after this merged)
  • Loading branch information
mtulio authored Sep 25, 2023
1 parent 4a17f2b commit fbaf135
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"
PluginsImage = "openshift-tests-provider-cert:v0.4.1"
)

var (
Expand Down

0 comments on commit fbaf135

Please sign in to comment.