diff --git a/dev-images.json b/dev-images.json index e7e12b378..ed700d8d6 100644 --- a/dev-images.json +++ b/dev-images.json @@ -1,5 +1,4 @@ { - "cluster-kube-cluster-api-operator": "quay.io/kabhat/cluster-kube-cluster-api-operator:dev", "cluster-capi-controllers": "quay.io/kabhat/cluster-capi-controllers:v1", "aws-cluster-api-controllers": "quay.io/ademicev/cluster-api-provider-aws:latest", "azure-cluster-api-controllers": "quay.io/ademicev/cluster-api-provider-azure:latest", diff --git a/manifests/0000_30_cluster-api_01_images.configmap.yaml b/manifests/0000_30_cluster-api_01_images.configmap.yaml index 43d8da8ca..e98f925f1 100644 --- a/manifests/0000_30_cluster-api_01_images.configmap.yaml +++ b/manifests/0000_30_cluster-api_01_images.configmap.yaml @@ -12,7 +12,6 @@ data: images.json: > { "cluster-capi-operator": "registry.ci.openshift.org/openshift:cluster-capi-operator", - "cluster-kube-cluster-api-operator": "registry.ci.openshift.org/openshift:cluster-kube-cluster-api-operator", "cluster-capi-controllers": "registry.ci.openshift.org/openshift:cluster-capi-controllers", "aws-cluster-api-controllers": "registry.ci.openshift.org/openshift:aws-cluster-api-controllers", "azure-cluster-api-controllers": "registry.ci.openshift.org/openshift:azure-cluster-api-controllers", diff --git a/manifests/image-references b/manifests/image-references index d6e65e2db..118b28f30 100644 --- a/manifests/image-references +++ b/manifests/image-references @@ -14,10 +14,6 @@ spec: from: kind: DockerImage name: registry.ci.openshift.org/openshift:cluster-capi-controllers - - name: cluster-kube-cluster-api-operator - from: - kind: DockerImage - name: registry.ci.openshift.org/openshift:cluster-kube-cluster-api-operator - name: aws-cluster-api-controllers from: kind: DockerImage