-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathrhdm713-image-streams.yaml
71 lines (71 loc) · 2.24 KB
/
rhdm713-image-streams.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
kind: ImageStreamList
apiVersion: v1
metadata:
name: rhdm713-image-streams
annotations:
description: ImageStream definitions for Red Hat Decision Manager 7.13
openshift.io/provider-display-name: Red Hat, Inc.
items:
- kind: ImageStream
apiVersion: v1
metadata:
name: rhdm-decisioncentral-rhel8
annotations:
openshift.io/display-name: Red Hat Decision Manager Decision Central 7.13
openshift.io/provider-display-name: Red Hat, Inc.
spec:
tags:
- name: '7.13.0'
annotations:
description: Red Hat Decision Manager 7.13 - Decision Central image.
iconClass: icon-jboss
tags: rhdm
supports: rhdm:7.13
version: '7.13.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/rhdm-7/rhdm-decisioncentral-rhel8:7.13.0
- kind: ImageStream
apiVersion: v1
metadata:
name: rhdm-controller-rhel8
annotations:
openshift.io/display-name: Red Hat Decision Manager Standalone Controller 7.13
openshift.io/provider-display-name: Red Hat, Inc.
spec:
tags:
- name: '7.13.0'
annotations:
description: Red Hat Decision Manager 7.13 - Standalone Controller image.
iconClass: icon-jboss
tags: rhdm
supports: rhdm:7.13
version: '7.13.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/rhdm-7/rhdm-controller-rhel8:7.13.0
- kind: ImageStream
apiVersion: v1
metadata:
name: rhdm-kieserver-rhel8
annotations:
openshift.io/display-name: Red Hat Decision Manager KIE Server 7.13
openshift.io/provider-display-name: Red Hat, Inc.
spec:
tags:
- name: '7.13.0'
annotations:
description: Red Hat Decision Manager 7.13 - KIE Server image.
iconClass: icon-jboss
tags: rhdm
supports: rhdm:7.13
version: '7.13.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/rhdm-7/rhdm-kieserver-rhel8:7.13.0