Skip to content

Commit

Permalink
🔥 Apply carried patches
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-qe committed May 11, 2024
1 parent bef0827 commit 9056cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/test/addressresolver_cases.go
Expand Up @@ -121,7 +121,7 @@ func knService(namespace string) ResolveAddressTestCase {
ObjectMeta: metav1.ObjectMeta{
Name: m.name, Namespace: namespace, Labels: labels,
},
Spec: ksvcSpec("gcr.io/knative-samples/helloworld-go"),
Spec: ksvcSpec("quay.io/openshift-knative/helloworld-go:multiarch"),
Status: servingv1.ServiceStatus{
RouteStatusFields: servingv1.RouteStatusFields{
URL: serviceURL,
Expand Down

0 comments on commit 9056cbe

Please sign in to comment.