Skip to content

Commit 8561d0b

Browse files
SergKMykolaMarusenko
authored andcommitted
chore: Publish on OperatorHub (#132)
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
1 parent f891bce commit 8561d0b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,13 +607,13 @@ metadata:
607607
capabilities: Deep Insights
608608
categories: Security
609609
containerImage: docker.io/epamedp/keycloak-operator:1.25.0
610-
createdAt: "2025-02-06T16:52:46Z"
610+
createdAt: "2025-03-07T16:08:08Z"
611611
description: An Operator for managing Keycloak
612612
operators.operatorframework.io/builder: operator-sdk-v1.39.1
613613
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
614614
repository: https://github.com/epam/edp-keycloak-operator
615615
support: KubeRocketCI
616-
name: edp-keycloak-operator.v1.24.0
616+
name: edp-keycloak-operator.v1.25.0
617617
namespace: placeholder
618618
spec:
619619
apiservicedefinitions: {}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ spec:
127127
description: AdminEventsEnabled indicates whether to enable admin
128128
events.
129129
type: boolean
130+
adminEventsExpiration:
131+
description: |-
132+
AdminEventsExpiration sets the expiration for events in seconds.
133+
Expired events are periodically deleted from the database.
134+
type: integer
130135
enabledEventTypes:
131136
description: EnabledEventTypes is a list of event types to enable.
132137
items:

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ spec:
132132
description: AdminEventsEnabled indicates whether to enable admin
133133
events.
134134
type: boolean
135+
adminEventsExpiration:
136+
description: |-
137+
AdminEventsExpiration sets the expiration for events in seconds.
138+
Expired events are periodically deleted from the database.
139+
type: integer
135140
enabledEventTypes:
136141
description: EnabledEventTypes is a list of event types to enable.
137142
items:

config/manifests/bases/edp-keycloak-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
description: An Operator for managing Keycloak
1010
repository: https://github.com/epam/edp-keycloak-operator
1111
support: KubeRocketCI
12-
name: edp-keycloak-operator.v1.24.0
12+
name: edp-keycloak-operator.v1.25.0
1313
namespace: placeholder
1414
spec:
1515
apiservicedefinitions: {}

0 commit comments

Comments
 (0)