Skip to content

Commit 20a6597

Browse files
chore: Update KubeRocketCI names and documentation links (#91)
1 parent 4817492 commit 20a6597

File tree

6 files changed

+25
-28
lines changed

6 files changed

+25
-28
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create EDP release
1+
name: Create KRCI release
22
on:
33
push:
44
tags:
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Create a new file with the desired text and the UUIDs
6767
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 "KubeRocketCI 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
6969
echo "The Rekor UUID's for this release is \`${ATTESTATION_UUID}\` - attestation and" >> new_release.md
7070
echo "\`${SIGNATURE_UUID}\` - signature" >> new_release.md
7171

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# Keycloak Operator
44

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. |
66
| --- |
77

88
Get acquainted with the Keycloak Operator, the installation process, the quick start, and the local development guidelines.
99

1010
## Overview
1111

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.
1313

1414
_**NOTE:** Operator is platform-independent, which is why there is a unified instruction for deployment._
1515

@@ -33,8 +33,7 @@ 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
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
3837
```
3938

4039
_**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
127126

128127
## Local Development
129128

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.
131130

132131
Development versions are also available from the [snapshot Helm Chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.
133132

134133
### Related Articles
135134

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

deploy-templates/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v2
2-
description: A Helm chart for EDP Keycloak Operator
2+
description: A Helm chart for KubeRocketCI Keycloak Operator
33
home: https://docs.kuberocketci.io/
44
name: keycloak-operator
55
type: application
66
version: 1.23.0-SNAPSHOT
77
appVersion: 1.23.0-SNAPSHOT
8-
icon: https://epam.github.io/edp-install/assets/logo.png
8+
icon: https://docs.kuberocketci.io/img/logo.svg
99
keywords:
1010
- authentication
1111
- authorization
@@ -298,10 +298,10 @@ annotations:
298298
secret: secret-name-in-operator-ns
299299
url: https://keycloak.example.com
300300
artifacthub.io/links: |
301-
- name: EDP Documentation
302-
url: https://epam.github.io/edp-install/
301+
- name: KubeRocketCI Documentation
302+
url: https://docs.kuberocketci.io
303303
- name: EPAM SolutionHub
304-
url: https://solutionshub.epam.com/solution/epam-delivery-platform
304+
url: https://solutionshub.epam.com/solution/kuberocketci
305305
artifacthub.io/changes: |
306306
- Add frontend url property for realm
307307
- Allow define KeycloakRealmUser password in Kubernetes secret

deploy-templates/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
![Version: 1.23.0-SNAPSHOT](https://img.shields.io/badge/Version-1.23.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.23.0--SNAPSHOT-informational?style=flat-square)
44

5-
A Helm chart for EDP Keycloak Operator
5+
A Helm chart for KubeRocketCI Keycloak Operator
66

77
**Homepage:** <https://docs.kuberocketci.io/>
88

99
## Overview
1010

11-
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.
1212

1313
_**NOTE:** Operator is platform-independent, which is why there is a unified instruction for deployment._
1414

@@ -32,8 +32,7 @@ To install the Keycloak Operator, follow the steps below:
3232
```bash
3333
helm search repo epamedp/keycloak-operator -l
3434
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
3736
```
3837

3938
_**NOTE:** It is highly recommended to use the latest stable version._
@@ -105,13 +104,13 @@ To install the Keycloak Operator, follow the steps below:
105104

106105
## Local Development
107106

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.
109108

110109
Development versions are also available from the [snapshot helm chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.
111110

112111
### Related Articles
113112

114-
* [Install EDP](https://epam.github.io/edp-install/operator-guide/install-edp/)
113+
* [Install KubeRocketCI](https://docs.kuberocketci.io/docs/operator-guide/install-kuberocketci)
115114

116115
## Maintainers
117116

@@ -133,8 +132,8 @@ Development versions are also available from the [snapshot helm chart repository
133132
| 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. |
134133
| extraVolumeMounts | list | `[]` | Additional volumeMounts to be added to the container |
135134
| 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) |
138137
| imagePullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to the deployment |
139138
| imagePullSecrets | list | `[]` | If defined, imagePullSecrets are applied to deployment |
140139
| name | string | `"keycloak-operator"` | Application name string |

deploy-templates/README.md.gotmpl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Overview
1111

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.
1313

1414
_**NOTE:** Operator is platform-independent, which is why there is a unified instruction for deployment._
1515

@@ -33,8 +33,7 @@ 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.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
3837
```
3938

4039
_**NOTE:** It is highly recommended to use the latest stable version._
@@ -106,13 +105,13 @@ To install the Keycloak Operator, follow the steps below:
106105

107106
## Local Development
108107

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.
110109

111110
Development versions are also available from the [snapshot helm chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.
112111

113112
### Related Articles
114113

115-
* [Install EDP](https://epam.github.io/edp-install/operator-guide/install-edp/)
114+
* [Install KubeRocketCI](https://docs.kuberocketci.io/docs/operator-guide/install-kuberocketci)
116115

117116
{{ template "chart.maintainersSection" . }}
118117

deploy-templates/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ tolerations: []
99
# -- Affinity for pod assignment
1010
affinity: {}
1111
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)
1313
repository: epamedp/keycloak-operator
1414
# 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)
1616
tag:
1717
# -- If defined, a imagePullPolicy applied to the deployment
1818
imagePullPolicy: "IfNotPresent"

0 commit comments

Comments
 (0)