-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keycloak Operator 24.0.5 (redhat-openshift-ecosystem#4618)
Signed-off-by: Václav Muzikář <[email protected]>
- Loading branch information
Showing
5 changed files
with
6,422 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
FROM scratch | ||
|
||
# Core bundle labels. | ||
LABEL operators.operatorframework.io.bundle.channel.default.v1=fast | ||
LABEL operators.operatorframework.io.bundle.channels.v1=fast | ||
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | ||
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | ||
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ | ||
LABEL operators.operatorframework.io.bundle.package.v1=keycloak-operator | ||
LABEL operators.operatorframework.io.metrics.builder=qosdk-bundle-generator/6.6.7+c4db039 | ||
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 | ||
LABEL operators.operatorframework.io.metrics.project_layout=quarkus.javaoperatorsdk.io/v1-alpha | ||
|
||
# Copy files to locations specified by labels. | ||
COPY manifests /manifests/ | ||
COPY metadata /metadata/ |
326 changes: 326 additions & 0 deletions
326
operators/keycloak-operator/24.0.5/manifests/keycloak-operator.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.