Skip to content

Commit a28937a

Browse files
committed
chore: Publish 1.28.0 on the OperatorHub (#185)
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
1 parent e0f8c27 commit a28937a

6 files changed

+27
-7
lines changed

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=edp-keycloak-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=stable
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
10-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.39.2
10+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
1313

bundle/manifests/edp-keycloak-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ metadata:
607607
capabilities: Deep Insights
608608
categories: Security
609609
containerImage: docker.io/epamedp/keycloak-operator:1.28.0
610-
createdAt: "2025-05-19T15:13:10Z"
610+
createdAt: "2025-07-15T08:42:18Z"
611611
description: An Operator for managing Keycloak
612-
operators.operatorframework.io/builder: operator-sdk-v1.39.2
612+
operators.operatorframework.io/builder: operator-sdk-v1.41.1
613613
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
614614
repository: https://github.com/epam/edp-keycloak-operator
615615
support: KubeRocketCI

bundle/manifests/v1.edp.epam.com_keycloakclients.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ spec:
600600
type: string
601601
roles:
602602
description: Roles is a list of client roles names assigned
603-
to service account.
603+
to user.
604604
items:
605605
type: string
606606
nullable: true

bundle/manifests/v1.edp.epam.com_keycloakrealmgroups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
type: string
6868
roles:
6969
description: Roles is a list of client roles names assigned
70-
to service account.
70+
to user.
7171
items:
7272
type: string
7373
nullable: true

bundle/manifests/v1.edp.epam.com_keycloakrealmusers.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,25 @@ spec:
5050
description: Attributes is a map of user attributes.
5151
nullable: true
5252
type: object
53+
clientRoles:
54+
description: ClientRoles is a list of client roles assigned to user.
55+
items:
56+
properties:
57+
clientId:
58+
description: ClientID is a client ID.
59+
type: string
60+
roles:
61+
description: Roles is a list of client roles names assigned
62+
to user.
63+
items:
64+
type: string
65+
nullable: true
66+
type: array
67+
required:
68+
- clientId
69+
type: object
70+
nullable: true
71+
type: array
5372
email:
5473
description: Email is a user email.
5574
type: string
@@ -69,7 +88,8 @@ spec:
6988
nullable: true
7089
type: array
7190
identityProviders:
72-
description: IdentityProviders linked to the user.
91+
description: IdentityProviders is a list of identity providers aliases
92+
linked to the user.
7393
items:
7494
type: string
7595
nullable: true

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
operators.operatorframework.io.bundle.package.v1: edp-keycloak-operator
77
operators.operatorframework.io.bundle.channels.v1: stable
88
operators.operatorframework.io.bundle.channel.default.v1: stable
9-
operators.operatorframework.io.metrics.builder: operator-sdk-v1.39.2
9+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.41.1
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4
1212

0 commit comments

Comments
 (0)