Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ To install the Keycloak Operator, follow the steps below:
```bash
helm search repo epamedp/keycloak-operator -l
NAME CHART VERSION APP VERSION DESCRIPTION
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for EDP Keycloak Operator
epamedp/keycloak-operator 1.21.0 1.21.0 A Helm chart for EDP Keycloak Operator
epamedp/keycloak-operator 1.20.0 1.20.0 A Helm chart for EDP Keycloak Operator
```

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

### Related Articles

* [Install EDP](https://epam.github.io/edp-install/operator-guide/install-edp/)
* [Install KubeRocketCI](https://docs.kuberocketci.io/docs/operator-guide/installation-overview?utm_source=github&utm_medium=keyqcloak_readme&utm_campaign=installation)
3 changes: 0 additions & 3 deletions build.groovy

This file was deleted.

2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=edp-keycloak-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.2
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.35.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,21 +497,24 @@ metadata:
"name": "clusterkeycloakrealm-sample"
},
"spec": {
"authenticationFlows": {
"browserFlow": "browserFlow-sample"
},
"clusterKeycloakRef": "clusterkeycloak-sample",
"realmName": "realm-sample"
}
}
]
capabilities: Deep Insights
categories: Security
containerImage: docker.io/epamedp/keycloak-operator:1.21.0
createdAt: "2024-05-16T16:38:08Z"
containerImage: docker.io/epamedp/keycloak-operator:1.22.0
createdAt: "2024-07-26T10:29:46Z"
description: An Operator for managing Keycloak
operators.operatorframework.io/builder: operator-sdk-v1.34.2
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/epam/edp-keycloak-operator
support: EPAM Delivery Platform
name: edp-keycloak-operator.v1.21.0
name: edp-keycloak-operator.v1.22.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -777,7 +780,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/epamedp/keycloak-operator:1.21.0
image: docker.io/epamedp/keycloak-operator:1.22.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1176,4 +1179,4 @@ spec:
provider:
name: EPAM Delivery Platform
url: https://epam.github.io/edp-install/
version: 1.21.0
version: 1.22.0
11 changes: 11 additions & 0 deletions bundle/manifests/v1.edp.epam.com_clusterkeycloakrealms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ spec:
spec:
description: ClusterKeycloakRealmSpec defines the desired state of ClusterKeycloakRealm.
properties:
authenticationFlows:
description: AuthenticationFlow is the configuration for authentication
flows in the realm.
nullable: true
properties:
browserFlow:
description: BrowserFlow specifies the authentication flow to
use for the realm's browser clients.
example: browser
type: string
type: object
browserSecurityHeaders:
additionalProperties:
type: string
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: edp-keycloak-operator
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.34.2
operators.operatorframework.io.metrics.builder: operator-sdk-v1.35.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

Expand Down
3 changes: 0 additions & 3 deletions code-review.groovy

This file was deleted.

2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.io/epamedp/keycloak-operator
newTag: 1.21.0
newTag: 1.22.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Security
containerImage: docker.io/epamedp/keycloak-operator:1.21.0
containerImage: docker.io/epamedp/keycloak-operator:1.22.0
description: An Operator for managing Keycloak
repository: https://github.com/epam/edp-keycloak-operator
support: EPAM Delivery Platform
Expand Down Expand Up @@ -181,4 +181,4 @@ spec:
provider:
name: EPAM Delivery Platform
url: https://epam.github.io/edp-install/
version: 1.21.0
version: 1.22.0
3 changes: 0 additions & 3 deletions create-release.groovy

This file was deleted.

4 changes: 2 additions & 2 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
description: A Helm chart for EDP Keycloak Operator
home: https://epam.github.io/edp-install/
home: https://docs.kuberocketci.io/
name: keycloak-operator
type: application
version: 1.23.0-SNAPSHOT
Expand All @@ -20,7 +20,7 @@ keywords:
maintainers:
- name: epmd-edp
email: SupportEPMD-EDP@epam.com
url: https://solutionshub.epam.com/solution/epam-delivery-platform
url: https://solutionshub.epam.com/solution/kuberocketci
- name: sergk
url: https://github.com/SergK
sources:
Expand Down
4 changes: 2 additions & 2 deletions deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A Helm chart for EDP Keycloak Operator

**Homepage:** <https://epam.github.io/edp-install/>
**Homepage:** <https://docs.kuberocketci.io/>

## Overview

Expand Down Expand Up @@ -117,7 +117,7 @@ Development versions are also available from the [snapshot helm chart repository

| Name | Email | Url |
| ---- | ------ | --- |
| epmd-edp | <SupportEPMD-EDP@epam.com> | <https://solutionshub.epam.com/solution/epam-delivery-platform> |
| epmd-edp | <SupportEPMD-EDP@epam.com> | <https://solutionshub.epam.com/solution/kuberocketci> |
| sergk | | <https://github.com/SergK> |

## Source Code
Expand Down
Loading