openshift-apps: add imagestream.yml for coreos-cincinnati

This was supposed to happen in 3ba43f2.
This commit is contained in:
Dusty Mabe 2023-05-19 16:25:33 -04:00
parent 3152c186a1
commit 8c729cc751
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -0,0 +1,30 @@
---
apiVersion: image.openshift.io/v1
kind: List
items:
# ImageStream for Fedora image
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
build: coreos-cincinnati
name: fedora
spec:
lookupPolicy:
local: false
tags:
- name: "38"
from:
kind: DockerImage
name: registry.fedoraproject.org/fedora:38
importPolicy:
scheduled: true
referencePolicy:
type: Source
# ImageStream for resulting built coreos-cincinnati-img
- apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
build: coreos-cincinnati
name: coreos-cincinnati-img