Skip to content

Commit

Permalink
Add image-references
Browse files Browse the repository at this point in the history
To allow CPMS operator to be installed by CVO we need to create an
image-references file.

For more information:
https://github.com/openshift/enhancements/blob/master/dev-guide/cluster-version-operator/dev/operators.md#how-do-i-ensure-the-right-images-get-used-by-my-manifests
  • Loading branch information
Fedosin committed Aug 4, 2022
1 parent c6dbe07 commit 84f0f76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ spec:
serviceAccountName: control-plane-machine-set-operator
containers:
- name: control-plane-machine-set-operator
image: quay.io/origin/origin-control-plane-machine-set-operator
image: quay.io/openshift/origin-cluster-control-plane-machine-set-operator
command:
- "/manager"
args:
Expand Down
8 changes: 8 additions & 0 deletions manifests/image-references
@@ -0,0 +1,8 @@
kind: ImageStream
apiVersion: image.openshift.io/v1
spec:
tags:
- name: cluster-control-plane-machine-set-operator
from:
kind: DockerImage
name: quay.io/openshift/origin-cluster-control-plane-machine-set-operator

0 comments on commit 84f0f76

Please sign in to comment.