-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomponent-constructor.yaml
More file actions
196 lines (177 loc) · 5.01 KB
/
Copy pathcomponent-constructor.yaml
File metadata and controls
196 lines (177 loc) · 5.01 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
name: opendefense.cloud/keycloak-bundle
version: 0.3.1
provider:
name: opendefensecloud
labels:
- name: org.opencontainers.image.source
value: https://github.com/opendefensecloud/keycloak-bundle
- name: app.kubernetes.io/name
value: keycloak-bundle
- name: app.kubernetes.io/component
value: identity-platform
- name: app.kubernetes.io/part-of
value: keycloak-bundle
resources:
# Keycloak image
- name: keycloak-image
type: ociImage
version: 26.6.3
relation: external
access:
type: ociArtifact
imageReference: quay.io/keycloak/keycloak:26.6.3@sha256:5fdbf2dbb5897cc34e82de49d13e23db011f9925089dbc555fc095f2c8bc1dac
# BusyBox image used by the Keycloak wait-for-db initContainer
- name: busybox-image
type: ociImage
version: "1.37"
relation: external
access:
type: ociArtifact
imageReference: busybox:1.37@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
# PostgreSQL image
- name: postgres-image
type: ociImage
version: "18.4"
relation: external
access:
type: ociArtifact
imageReference: ghcr.io/cloudnative-pg/postgresql:18.4@sha256:1a8ef3dc0dc214c1764660291b29a98288b13753c09e9981b86eaf0c75de8bdc
# CloudNativePG operator image
- name: cnpg-operator-image
type: ociImage
version: "1.29.1"
relation: external
access:
type: ociArtifact
imageReference: ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1@sha256:0dfff19ba7b52ca25851a1010028b6940fff2e233290465af1cfb08a5f3f4661
# Prometheus Operator image
- name: prometheus-operator-image
type: ociImage
version: "0.91.0"
relation: external
access:
type: ociArtifact
imageReference: quay.io/prometheus-operator/prometheus-operator:v0.91.0@sha256:9e53e13139218aca79ee000172de73355e9174ef2904585bfad9497fc71aae2d
# Config CLI image
- name: keycloak-config-cli-image
type: ociImage
version: "26"
relation: external
access:
type: ociArtifact
imageReference: quay.io/adorsys/keycloak-config-cli:latest-26@sha256:1b22dfaa9ae0c71f74b0342f9221a6510f272da5def683dbba26a98e6b1b1411
# Keycloak Operator image
- name: keycloak-operator-image
type: ociImage
version: 0.3.1
relation: local
access:
type: ociArtifact
imageReference: ${OPERATOR_IMAGE_REF}
# Realm CRD
- name: realm-crd
type: kubernetes
version: 0.3.1
relation: local
input:
type: file
path: charts/keycloak-operator/crds/keycloak.opendefense.cloud_realms.yaml
mediaType: application/yaml
# Client CRD
- name: client-crd
type: kubernetes
version: 0.3.1
relation: local
input:
type: file
path: charts/keycloak-operator/crds/keycloak.opendefense.cloud_clients.yaml
mediaType: application/yaml
# User CRD
- name: user-crd
type: kubernetes
version: 0.3.1
relation: local
input:
type: file
path: charts/keycloak-operator/crds/keycloak.opendefense.cloud_users.yaml
mediaType: application/yaml
# Group CRD
- name: group-crd
type: kubernetes
version: 0.3.1
relation: local
input:
type: file
path: charts/keycloak-operator/crds/keycloak.opendefense.cloud_groups.yaml
mediaType: application/yaml
# ClientScope CRD
- name: clientscope-crd
type: kubernetes
version: 0.3.1
relation: local
input:
type: file
path: charts/keycloak-operator/crds/keycloak.opendefense.cloud_clientscopes.yaml
mediaType: application/yaml
# AuthFlow CRD
- name: authflow-crd
type: kubernetes
version: 0.3.1
relation: local
input:
type: file
path: charts/keycloak-operator/crds/keycloak.opendefense.cloud_authflows.yaml
mediaType: application/yaml
# IdentityProvider CRD
- name: identityprovider-crd
type: kubernetes
version: 0.3.1
relation: local
input:
type: file
path: charts/keycloak-operator/crds/keycloak.opendefense.cloud_identityproviders.yaml
mediaType: application/yaml
# KRO ResourceGraphDefinition
- name: keycloak-instance-rgd
type: blueprint
version: 0.3.1
relation: local
input:
type: file
path: kro/rgd/keycloak-instance-rgd.yaml
mediaType: application/yaml
# Keycloak Operator Helm chart
- name: keycloak-operator
type: helmChart
version: 0.3.1
relation: local
input:
type: helm
path: charts/keycloak-operator
# CycloneDX SBOM for offline supply-chain and vulnerability analysis
- name: keycloak-bundle-sbom
type: sbom
version: 0.3.1
relation: local
input:
type: file
path: ocm-sbom.cdx.json
mediaType: application/vnd.cyclonedx+json
# Manifests
- name: manifests
type: directory
version: 0.3.1
relation: local
input:
type: file
path: manifests.tar
mediaType: application/x-tar
sources:
- name: source
type: git
version: 0.3.1
access:
type: git
repoUrl: ${SOURCE_REPO_URL}
ref: ${SOURCE_REF}
commit: ${SOURCE_COMMIT}