Skip to content

Commit 2ccd20d

Browse files
committed
chore: Publish update on OperatorHub (#76)
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
1 parent a4331c6 commit 2ccd20d

12 files changed

+31
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ To install the Keycloak Operator, follow the steps below:
3333
```bash
3434
helm search repo epamedp/keycloak-operator -l
3535
NAME CHART VERSION APP VERSION DESCRIPTION
36+
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for EDP Keycloak Operator
3637
epamedp/keycloak-operator 1.21.0 1.21.0 A Helm chart for EDP Keycloak Operator
37-
epamedp/keycloak-operator 1.20.0 1.20.0 A Helm chart for EDP Keycloak Operator
3838
```
3939

4040
_**NOTE:** It is highly recommended to use the latest stable version._
@@ -133,4 +133,4 @@ Development versions are also available from the [snapshot Helm Chart repository
133133

134134
### Related Articles
135135

136-
* [Install EDP](https://epam.github.io/edp-install/operator-guide/install-edp/)
136+
* [Install KubeRocketCI](https://docs.kuberocketci.io/docs/operator-guide/installation-overview?utm_source=github&utm_medium=keyqcloak_readme&utm_campaign=installation)

build.groovy

Lines changed: 0 additions & 3 deletions
This file was deleted.

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.34.2
10+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.35.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
1313

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -497,21 +497,24 @@ metadata:
497497
"name": "clusterkeycloakrealm-sample"
498498
},
499499
"spec": {
500+
"authenticationFlows": {
501+
"browserFlow": "browserFlow-sample"
502+
},
500503
"clusterKeycloakRef": "clusterkeycloak-sample",
501504
"realmName": "realm-sample"
502505
}
503506
}
504507
]
505508
capabilities: Deep Insights
506509
categories: Security
507-
containerImage: docker.io/epamedp/keycloak-operator:1.21.0
508-
createdAt: "2024-05-16T16:38:08Z"
510+
containerImage: docker.io/epamedp/keycloak-operator:1.22.0
511+
createdAt: "2024-07-26T10:29:46Z"
509512
description: An Operator for managing Keycloak
510-
operators.operatorframework.io/builder: operator-sdk-v1.34.2
513+
operators.operatorframework.io/builder: operator-sdk-v1.35.0
511514
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
512515
repository: https://github.com/epam/edp-keycloak-operator
513516
support: EPAM Delivery Platform
514-
name: edp-keycloak-operator.v1.21.0
517+
name: edp-keycloak-operator.v1.22.0
515518
namespace: placeholder
516519
spec:
517520
apiservicedefinitions: {}
@@ -777,7 +780,7 @@ spec:
777780
valueFrom:
778781
fieldRef:
779782
fieldPath: metadata.namespace
780-
image: docker.io/epamedp/keycloak-operator:1.21.0
783+
image: docker.io/epamedp/keycloak-operator:1.22.0
781784
livenessProbe:
782785
httpGet:
783786
path: /healthz
@@ -1176,4 +1179,4 @@ spec:
11761179
provider:
11771180
name: EPAM Delivery Platform
11781181
url: https://epam.github.io/edp-install/
1179-
version: 1.21.0
1182+
version: 1.22.0

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ spec:
4545
spec:
4646
description: ClusterKeycloakRealmSpec defines the desired state of ClusterKeycloakRealm.
4747
properties:
48+
authenticationFlows:
49+
description: AuthenticationFlow is the configuration for authentication
50+
flows in the realm.
51+
nullable: true
52+
properties:
53+
browserFlow:
54+
description: BrowserFlow specifies the authentication flow to
55+
use for the realm's browser clients.
56+
example: browser
57+
type: string
58+
type: object
4859
browserSecurityHeaders:
4960
additionalProperties:
5061
type: string

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.34.2
9+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.35.0
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
1212

code-review.groovy

Lines changed: 0 additions & 3 deletions
This file was deleted.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: docker.io/epamedp/keycloak-operator
16-
newTag: 1.21.0
16+
newTag: 1.22.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Security
8-
containerImage: docker.io/epamedp/keycloak-operator:1.21.0
8+
containerImage: docker.io/epamedp/keycloak-operator:1.22.0
99
description: An Operator for managing Keycloak
1010
repository: https://github.com/epam/edp-keycloak-operator
1111
support: EPAM Delivery Platform
@@ -181,4 +181,4 @@ spec:
181181
provider:
182182
name: EPAM Delivery Platform
183183
url: https://epam.github.io/edp-install/
184-
version: 1.21.0
184+
version: 1.22.0

create-release.groovy

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)