Skip to content

Commit 3d5e80b

Browse files
author
Per Goncalves da Silva
committed
Update testdata bundle manifests
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent 8abd2bc commit 3d5e80b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testdata/images/bundles/test-operator/v1.0.0/manifests/test-operator.v1.0.0.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
valueFrom:
9999
fieldRef:
100100
fieldPath: metadata.annotations['olm.targetNamespaces']
101-
image: docker.io/perdasilva/test-operator:v1.0.0
101+
image: localhost:30000/controllers/test-operator:v1.0.0
102102
livenessProbe:
103103
httpGet:
104104
path: /healthz

testdata/images/bundles/test-operator/v2.0.0/manifests/test-operator.v2.0.0.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
valueFrom:
105105
fieldRef:
106106
fieldPath: metadata.annotations['olm.targetNamespaces']
107-
image: docker-registry.operator-controller-e2e.svc:5000/controllers/test-operator:v2.0.0
107+
image: localhost:30000/controllers/test-operator:v2.0.0
108108
livenessProbe:
109109
httpGet:
110110
path: /healthz

0 commit comments

Comments
 (0)