Skip to content

Commit

Permalink
Merge pull request #99 from paulfantom/images_name
Browse files Browse the repository at this point in the history
update images
  • Loading branch information
openshift-merge-robot authored Oct 18, 2018
2 parents 7ebfe35 + 6d96874 commit 11e3418
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/render/render_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ func TestClusterapiControllerManifest(t *testing.T) {
ClusterName: "test",
},
Images: &Images{
ClusterAPIControllerManagerLibvirt: "gcr.io/k8s-cluster-api/controller-manager:0.0.7",
ClusterAPIControllerLibvirt: "quay.io/coreos/cluster-api-provider-libvirt:cd386e4",
ClusterAPIControllerManagerLibvirt: "docker.io/openshift/origin-libvirt-machine-controllers:v4.0.0",
ClusterAPIControllerLibvirt: "docker.io/openshift/origin-libvirt-machine-controllers:v4.0.0",
},
}

Expand Down Expand Up @@ -292,7 +292,7 @@ spec:
operator: Exists
containers:
- name: controller-manager
image: gcr.io/k8s-cluster-api/controller-manager:0.0.7
image: docker.io/openshift/origin-libvirt-machine-controllers:v4.0.0
command:
- "./controller-manager"
resources:
Expand All @@ -303,7 +303,7 @@ spec:
cpu: 100m
memory: 30Mi
- name: libvirt-machine-controller
image: quay.io/coreos/cluster-api-provider-libvirt:cd386e4
image: docker.io/openshift/origin-libvirt-machine-controllers:v4.0.0
env:
- name: NODE_NAME
valueFrom:
Expand Down

0 comments on commit 11e3418

Please sign in to comment.