Skip to content

Commit 6d81723

Browse files
Merge pull request #384 from openshift-cloud-team/remove-cluster-api-operator
OCPBUGS-61949: Remove references to cluster-api-operator image
2 parents e242d77 + 2597826 commit 6d81723

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

dev-images.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cluster-kube-cluster-api-operator": "quay.io/kabhat/cluster-kube-cluster-api-operator:dev",
32
"cluster-capi-controllers": "quay.io/kabhat/cluster-capi-controllers:v1",
43
"aws-cluster-api-controllers": "quay.io/ademicev/cluster-api-provider-aws:latest",
54
"azure-cluster-api-controllers": "quay.io/ademicev/cluster-api-provider-azure:latest",

manifests/0000_30_cluster-api_01_images.configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ data:
1212
images.json: >
1313
{
1414
"cluster-capi-operator": "registry.ci.openshift.org/openshift:cluster-capi-operator",
15-
"cluster-kube-cluster-api-operator": "registry.ci.openshift.org/openshift:cluster-kube-cluster-api-operator",
1615
"cluster-capi-controllers": "registry.ci.openshift.org/openshift:cluster-capi-controllers",
1716
"aws-cluster-api-controllers": "registry.ci.openshift.org/openshift:aws-cluster-api-controllers",
1817
"azure-cluster-api-controllers": "registry.ci.openshift.org/openshift:azure-cluster-api-controllers",

manifests/image-references

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ spec:
1414
from:
1515
kind: DockerImage
1616
name: registry.ci.openshift.org/openshift:cluster-capi-controllers
17-
- name: cluster-kube-cluster-api-operator
18-
from:
19-
kind: DockerImage
20-
name: registry.ci.openshift.org/openshift:cluster-kube-cluster-api-operator
2117
- name: aws-cluster-api-controllers
2218
from:
2319
kind: DockerImage

0 commit comments

Comments
 (0)