Skip to content

Commit

Permalink
Merge pull request #77 from Fedosin/image-reference
Browse files Browse the repository at this point in the history
Add image-references
  • Loading branch information
openshift-ci[bot] committed Aug 6, 2022
2 parents 5d9e548 + 84f0f76 commit b131c69
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 b131c69

Please sign in to comment.