File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ func TestClusterapiControllerManifest(t *testing.T) {
247247 ClusterName : "test" ,
248248 },
249249 Images : & Images {
250- ClusterAPIControllerManagerLibvirt : "gcr .io/k8s-cluster-api/controller-manager:0 .0.7 " ,
251- ClusterAPIControllerLibvirt : "quay .io/coreos/cluster-api-provider-libvirt:cd386e4 " ,
250+ ClusterAPIControllerManagerLibvirt : "docker .io/openshift/origin-libvirt-machine-controllers:v4 .0.0 " ,
251+ ClusterAPIControllerLibvirt : "docker .io/openshift/origin-libvirt-machine-controllers:v4.0.0 " ,
252252 },
253253 }
254254
@@ -292,7 +292,7 @@ spec:
292292 operator: Exists
293293 containers:
294294 - name: controller-manager
295- image: gcr .io/k8s-cluster-api/controller-manager:0 .0.7
295+ image: docker .io/openshift/origin-libvirt-machine-controllers:v4 .0.0
296296 command:
297297 - "./controller-manager"
298298 resources:
@@ -303,7 +303,7 @@ spec:
303303 cpu: 100m
304304 memory: 30Mi
305305 - name: libvirt-machine-controller
306- image: quay .io/coreos/cluster-api-provider-libvirt:cd386e4
306+ image: docker .io/openshift/origin-libvirt-machine-controllers:v4.0.0
307307 env:
308308 - name: NODE_NAME
309309 valueFrom:
You can’t perform that action at this time.
0 commit comments