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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ KubeRocketCI components that support custom certificates can be found in the tab
## Prerequisites

* The certificate in the `*.crt` format is used;
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.
* [Java](https://www.oracle.com/in/java/technologies/downloads/) with the `keytool` command inside;
* [jq](https://stedolan.github.io/jq/) is installed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for enabling [Harbor](ht

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This documentation guide provides comprehensive instructions for integrating Son

Before proceeding, ensure the following prerequisites are met:

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/auth/keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Inspect the prerequisites and the main steps to perform for installing Keycloak.

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

:::info
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/code-quality/sonarqube.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ facilitating enhanced code inspection and improvement practices within your deve

Before proceeding, ensure the following prerequisites are in place:

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/devsecops/defectdojo.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspect the main steps to perform for installing DefectDojo via Helm Chart.

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/devsecops/dependency-track.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This documentation guide provides comprehensive instructions for installing and

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/extensions/krakend.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ To configure KrakenD as the API gateway for KubeRocketCI, follow the steps below
```

:::note
This URL should point to the ingress URL of the KrakenD API Gateway. By default, this [value](https://github.com/epam/edp-install/blob/v3.12.3/deploy-templates/values.yaml#L16) is left empty, which means that the widgets are disabled by default.
This URL should point to the ingress URL of the KrakenD API Gateway. By default, this [value](https://github.com/epam/edp-install/blob/v3.12.4/deploy-templates/values.yaml#L16) is left empty, which means that the widgets are disabled by default.
:::

2. Define the KrakenD secret:
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/install-argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Review the necessary prerequisites and follow the steps to enable Argo CD within
The following tools must be installed:

* [KubeRocketCI](./install-kuberocketci.md)
* [Kubectl version 1.28+](https://kubernetes.io/docs/tasks/tools/)
* [Kubectl version 1.34+](https://kubernetes.io/docs/tasks/tools/)
* [Helm version 3.10+](https://github.com/helm/helm/releases)
* [Keycloak](./auth/keycloak.md) (optional)

Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/install-ingress-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for installing [Install

## Prerequisites

* Kubectl version 1.28+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
* Kubectl version 1.34+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
* [Helm](https://helm.sh) version 3.10+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
6 changes: 3 additions & 3 deletions docs/operator-guide/install-kuberocketci.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ There are multiple ways to deploy KubeRocketCI:
```bash
helm search repo epamedp/edp-install
NAME CHART VERSION APP VERSION DESCRIPTION
epamedp/edp-install 3.12.3 3.12.3 A Helm chart for KubeRocketCI Platform
epamedp/edp-install 3.12.4 3.12.4 A Helm chart for KubeRocketCI Platform
```

:::note
Expand Down Expand Up @@ -213,11 +213,11 @@ There are multiple ways to deploy KubeRocketCI:

7. Install platform in the **krci** namespace with the Helm tool:

Check the parameters in the installation chart [values.yaml](https://github.com/epam/edp-install/blob/v3.12.3/deploy-templates/values.yaml) file.
Check the parameters in the installation chart [values.yaml](https://github.com/epam/edp-install/blob/v3.12.4/deploy-templates/values.yaml) file.

```bash
helm install krci epamedp/edp-install --wait --timeout=900s \
--version 3.12.3 \
--version 3.12.4 \
--values values.yaml \
--namespace krci \
--create-namespace
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/install-tekton.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here are the main steps to follow for installing the Tekton resources using the

## Prerequisites

* Kubectl version 1.28+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
* Kubectl version 1.34+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
* For Openshift/OKD, the latest version of the `oc` utility is required. Please refer to the [OKD page](https://github.com/okd-project/okd/releases) on GitHub for details.

## Installation on Kubernetes Cluster
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guide/install-via-civo.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To succeed, follow the steps below:
* **Select size**: Type: `Standard`, Size: `Medium`
* **Network**: `Default`
* **Firewall**: `Create a new firewall` with the `6443` and `443` ports opened
* **Advanced options**: Kubernetes version: latest (currently 1.28.2)
* **Advanced options**: Kubernetes version: latest (currently 1.34.0)
* **Marketplace**: From the `CI/CD` selection choose `Argo CD` and `Tekton` for pre-installation.

3. Wait till the cluster is created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for installing ReportPor

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for enabling [External S

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Failed to create an environment due to the following error:

## Cause

KubeRocketCI offers several approaches for namespace management: namespaces can be created by users, by KubeRocketCI itself, or by Argo CD. If you expect KubeRocketCI to handle namespace creation, ensure that the [cd-pipeline-operator](https://github.com/epam/edp-cd-pipeline-operator), a component of KubeRocketCI, has the necessary permissions. This permission is managed by the `manageNamespace` parameter of the [values.yaml](https://github.com/epam/edp-install/blob/v3.12.3/deploy-templates/values.yaml#L265) file.
KubeRocketCI offers several approaches for namespace management: namespaces can be created by users, by KubeRocketCI itself, or by Argo CD. If you expect KubeRocketCI to handle namespace creation, ensure that the [cd-pipeline-operator](https://github.com/epam/edp-cd-pipeline-operator), a component of KubeRocketCI, has the necessary permissions. This permission is managed by the `manageNamespace` parameter of the [values.yaml](https://github.com/epam/edp-install/blob/v3.12.4/deploy-templates/values.yaml#L265) file.

If the `manageNamespace` parameter is set to false, it means the KubeRocketCI does not have permission to create namespaces and the procedure of creating namespaces in your project is delegated to a concrete person.

Expand Down
4 changes: 2 additions & 2 deletions docs/operator-guide/upgrade/upgrade-krci-3.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,10 +930,10 @@ In version 3.12, the `docker.io/epamedp/tekton-cache` image has been [deprecated

:::note
To verify the installation, it is possible to test the deployment before applying it to the cluster with the `--dry-run` key:
`helm upgrade krci epamedp/edp-install -n krci --values values.yaml --version=3.12.3 --dry-run`
`helm upgrade krci epamedp/edp-install -n krci --values values.yaml --version=3.12.4 --dry-run`
:::

```bash
helm repo update epamedp
helm upgrade krci epamedp/edp-install -n krci --values values.yaml --version=3.12.3
helm upgrade krci epamedp/edp-install -n krci --values values.yaml --version=3.12.4
```
2 changes: 1 addition & 1 deletion docs/quick-start/platform-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To deploy the platform, follow the steps below:
2. Deploy the platform using the `helm install` command:

```bash
helm install krci epamedp/edp-install --version 3.12.3 --create-namespace --atomic -n krci --set global.dnsWildCard=example.com
helm install krci epamedp/edp-install --version 3.12.4 --create-namespace --atomic -n krci --set global.dnsWildCard=example.com
```

3. Upon successful deployment of the KubeRocketCI Helm Chart, run the `kubectl port-forward` command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ KubeRocketCI components that support custom certificates can be found in the tab
## Prerequisites

* The certificate in the `*.crt` format is used;
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.
* [Java](https://www.oracle.com/in/java/technologies/downloads/) with the `keytool` command inside;
* [jq](https://stedolan.github.io/jq/) is installed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for enabling [Harbor](ht

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This documentation guide provides comprehensive instructions for integrating Son

Before proceeding, ensure the following prerequisites are met:

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Inspect the prerequisites and the main steps to perform for installing Keycloak.

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ facilitating enhanced code inspection and improvement practices within your deve

Before proceeding, ensure the following prerequisites are in place:

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspect the main steps to perform for installing DefectDojo via Helm Chart.

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This documentation guide provides comprehensive instructions for installing and

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Review the necessary prerequisites and follow the steps to enable Argo CD within
The following tools must be installed:

* [KubeRocketCI](./install-kuberocketci.md)
* [Kubectl version 1.28+](https://kubernetes.io/docs/tasks/tools/)
* [Kubectl version 1.32+](https://kubernetes.io/docs/tasks/tools/)
* [Helm version 3.10+](https://github.com/helm/helm/releases)
* [Keycloak](./auth/keycloak.md) (optional)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for installing [Install

## Prerequisites

* Kubectl version 1.28+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
* Kubectl version 1.32+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
* [Helm](https://helm.sh) version 3.10+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here are the main steps to follow for installing the Tekton resources using the

## Prerequisites

* Kubectl version 1.28+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
* Kubectl version 1.32+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
* For Openshift/OKD, the latest version of the `oc` utility is required. Please refer to the [OKD page](https://github.com/okd-project/okd/releases) on GitHub for details.

## Installation on Kubernetes Cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To succeed, follow the steps below:
* **Select size**: Type: `Standard`, Size: `Medium`
* **Network**: `Default`
* **Firewall**: `Create a new firewall` with the `6443` and `443` ports opened
* **Advanced options**: Kubernetes version: latest (currently 1.28.2)
* **Advanced options**: Kubernetes version: latest (currently 1.32.0)
* **Marketplace**: From the `CI/CD` selection choose `Argo CD` and `Tekton` for pre-installation.

3. Wait till the cluster is created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for installing ReportPor

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for enabling [External S

## Prerequisites

* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* Kubectl version 1.32.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
* [Helm](https://helm.sh) version 3.14.0+ is installed. Please refer to the [Helm page](https://github.com/helm/helm/releases) on GitHub for details.

## Installation
Expand Down
Loading