You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Create EDP release
1
+
name: Create KRCI release
2
2
on:
3
3
push:
4
4
tags:
@@ -65,7 +65,7 @@ jobs:
65
65
66
66
# Create a new file with the desired text and the UUIDs
67
67
echo "### Deployment Certifications and Source Traceability" > new_release.md
68
-
echo "EDP container images bear [cosign](https://github.com/sigstore/cosign) signatures. Refer to the [documentation](https://epam.github.io/edp-install/operator-guide/artifacts-verification/) for instructions on verification." >> new_release.md
68
+
echo "KRCI container images bear [cosign](https://github.com/sigstore/cosign) signatures. Refer to the [documentation](https://docs.kuberocketci.io/docs/developer-guide/artifacts-verification) for instructions on verification." >> new_release.md
69
69
echo "The Rekor UUID's for this release is \`${ATTESTATION_UUID}\` - attestation and" >> new_release.md
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
# Keycloak Operator
4
4
5
-
|:heavy_exclamation_mark: Please refer to [EDP documentation](https://epam.github.io/edp-install/) to get the main concepts and guidelines. |
5
+
|:heavy_exclamation_mark: Please refer to [KubeRocketCI documentation](https://docs.kuberocketci.io/) to get the main concepts and guidelines. |
6
6
| --- |
7
7
8
8
Get acquainted with the Keycloak Operator, the installation process, the quick start, and the local development guidelines.
9
9
10
10
## Overview
11
11
12
-
Keycloak Operator is an EDP operator responsible for configuring existing Keycloak instances. The operator runs both on OpenShift and Kubernetes.
12
+
Keycloak Operator is a KubeRocketCI operator responsible for configuring existing Keycloak instances. The operator runs both on OpenShift and Kubernetes.
13
13
14
14
_**NOTE:** Operator is platform-independent, which is why there is a unified instruction for deployment._
15
15
@@ -33,8 +33,7 @@ To install the Keycloak Operator, follow the steps below:
33
33
```bash
34
34
helm search repo epamedp/keycloak-operator -l
35
35
NAME CHART VERSION APP VERSION DESCRIPTION
36
-
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for EDP Keycloak Operator
37
-
epamedp/keycloak-operator 1.21.0 1.21.0 A Helm chart for EDP Keycloak Operator
36
+
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for KRCI Keycloak Operator
38
37
```
39
38
40
39
_**NOTE:** It is highly recommended to use the latest stable version._
@@ -127,10 +126,10 @@ To prevent the operator from deleting resources from Keycloak, add the `edp.epam
127
126
128
127
## Local Development
129
128
130
-
To develop the operator, first set up a local environment, and refer to the [Local Development](https://epam.github.io/edp-install/developer-guide/local-development/) page.
129
+
To develop the operator, first set up a local environment, and refer to the [Local Development](https://docs.kuberocketci.io/docs/developer-guide/local-development) page.
131
130
132
131
Development versions are also available from the [snapshot Helm Chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.
Keycloak Operator is an EDP operator responsible for configuring existing Keycloak instances. The operator runs both on OpenShift and Kubernetes.
11
+
Keycloak Operator is a KubeRocketCI operator responsible for configuring existing Keycloak instances. The operator runs both on OpenShift and Kubernetes.
12
12
13
13
_**NOTE:** Operator is platform-independent, which is why there is a unified instruction for deployment._
14
14
@@ -32,8 +32,7 @@ To install the Keycloak Operator, follow the steps below:
32
32
```bash
33
33
helm search repo epamedp/keycloak-operator -l
34
34
NAME CHART VERSION APP VERSION DESCRIPTION
35
-
epamedp/keycloak-operator 1.19.0 1.19.0 A Helm chart for EDP Keycloak Operator
36
-
epamedp/keycloak-operator 1.18.2 1.18.2 A Helm chart for EDP Keycloak Operator
35
+
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for KRCI Keycloak Operator
37
36
```
38
37
39
38
_**NOTE:** It is highly recommended to use the latest stable version._
@@ -105,13 +104,13 @@ To install the Keycloak Operator, follow the steps below:
105
104
106
105
## Local Development
107
106
108
-
To develop the operator, first set up a local environment, and refer to the [Local Development](https://epam.github.io/edp-install/developer-guide/local-development/) page.
107
+
To develop the operator, first set up a local environment, and refer to the [Local Development](https://docs.kuberocketci.io/docs/developer-guide/local-development) page.
109
108
110
109
Development versions are also available from the [snapshot helm chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.
@@ -133,8 +132,8 @@ Development versions are also available from the [snapshot helm chart repository
133
132
| clusterReconciliationEnabled | bool |`false`| If clusterReconciliationEnabled is true, the operator reconciles all Keycloak instances in the cluster; otherwise, it only reconciles instances in the same namespace by default, and cluster-scoped resources are ignored. |
134
133
| extraVolumeMounts | list |`[]`| Additional volumeMounts to be added to the container |
135
134
| extraVolumes | list |`[]`| Additional volumes to be added to the pod |
136
-
| image.repository | string |`"epamedp/keycloak-operator"`|EDP keycloak-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/keycloak-operator) |
137
-
| image.tag | string |`nil`|EDP keycloak-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/keycloak-operator/tags) |
135
+
| image.repository | string |`"epamedp/keycloak-operator"`|KubeRocketCI keycloak-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/keycloak-operator) |
136
+
| image.tag | string |`nil`|KubeRocketCI keycloak-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/keycloak-operator/tags) |
138
137
| imagePullPolicy | string |`"IfNotPresent"`| If defined, a imagePullPolicy applied to the deployment |
139
138
| imagePullSecrets | list |`[]`| If defined, imagePullSecrets are applied to deployment |
140
139
| name | string |`"keycloak-operator"`| Application name string |
Copy file name to clipboardExpand all lines: deploy-templates/README.md.gotmpl
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
## Overview
11
11
12
-
Keycloak Operator is an EDP operator responsible for configuring existing Keycloak instances. The operator runs both on OpenShift and Kubernetes.
12
+
Keycloak Operator is a KubeRocketCI operator responsible for configuring existing Keycloak instances. The operator runs both on OpenShift and Kubernetes.
13
13
14
14
_**NOTE:** Operator is platform-independent, which is why there is a unified instruction for deployment._
15
15
@@ -33,8 +33,7 @@ To install the Keycloak Operator, follow the steps below:
33
33
```bash
34
34
helm search repo epamedp/keycloak-operator -l
35
35
NAME CHART VERSION APP VERSION DESCRIPTION
36
-
epamedp/keycloak-operator 1.19.0 1.19.0 A Helm chart for EDP Keycloak Operator
37
-
epamedp/keycloak-operator 1.18.2 1.18.2 A Helm chart for EDP Keycloak Operator
36
+
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for KRCI Keycloak Operator
38
37
```
39
38
40
39
_**NOTE:** It is highly recommended to use the latest stable version._
@@ -106,13 +105,13 @@ To install the Keycloak Operator, follow the steps below:
106
105
107
106
## Local Development
108
107
109
-
To develop the operator, first set up a local environment, and refer to the [Local Development](https://epam.github.io/edp-install/developer-guide/local-development/) page.
108
+
To develop the operator, first set up a local environment, and refer to the [Local Development](https://docs.kuberocketci.io/docs/developer-guide/local-development) page.
110
109
111
110
Development versions are also available from the [snapshot helm chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.
Copy file name to clipboardExpand all lines: deploy-templates/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ tolerations: []
9
9
# -- Affinity for pod assignment
10
10
affinity: {}
11
11
image:
12
-
# -- EDP keycloak-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/keycloak-operator)
12
+
# -- KubeRocketCI keycloak-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/keycloak-operator)
13
13
repository: epamedp/keycloak-operator
14
14
# if not defined then .Chart.AppVersion is used
15
-
# -- EDP keycloak-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/keycloak-operator/tags)
15
+
# -- KubeRocketCI keycloak-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/keycloak-operator/tags)
16
16
tag:
17
17
# -- If defined, a imagePullPolicy applied to the deployment
0 commit comments