Skip to content

Commit 2b1be4f

Browse files
author
Per Goncalves da Silva
committed
UPSTREAM: <carry>: Update webhook ote tests to use latest webhook-operator
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 9ff2816 commit 2b1be4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/tests-extension/test/webhooks.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var _ = Describe("[sig-olmv1][OCPFeatureGate:NewOLMWebhookProviderOpenshiftServi
6363
err = k8sClient.Get(ctx, client.ObjectKey{Name: webhookCatalogName}, catalog)
6464
if apierrors.IsNotFound(err) {
6565
By(fmt.Sprintf("creating the webhook-operator catalog with name %s", webhookCatalogName))
66-
catalog = helpers.NewClusterCatalog(webhookCatalogName, "quay.io/operator-framework/webhook-operator-index:0.0.4")
66+
catalog = helpers.NewClusterCatalog(webhookCatalogName, "quay.io/olmtest/webhook-operator-index:v0.0.5")
6767
err = k8sClient.Create(ctx, catalog)
6868
Expect(err).ToNot(HaveOccurred())
6969

@@ -286,7 +286,7 @@ func setupWebhookOperator(ctx SpecContext, k8sClient client.Client, webhookOpera
286286
helpers.ExpectClusterRoleBindingExists(ctx, operatorClusterRoleBindingName)
287287

288288
ceName := webhookOperatorInstallNamespace
289-
ce := helpers.NewClusterExtensionObject("webhook-operator", "0.0.4", ceName, saName, webhookOperatorInstallNamespace)
289+
ce := helpers.NewClusterExtensionObject("webhook-operator", "0.0.5", ceName, saName, webhookOperatorInstallNamespace)
290290
ce.Spec.Source.Catalog.Selector = &metav1.LabelSelector{
291291
MatchLabels: map[string]string{
292292
"olm.operatorframework.io/metadata.name": webhookCatalogName,

0 commit comments

Comments
 (0)