Skip to content

Commit 82cafa6

Browse files
Oleksandr123234MykolaMarusenko
authored andcommitted
docs: Update component versions in docs (#522)
1 parent 7212574 commit 82cafa6

File tree

31 files changed

+34
-34
lines changed

31 files changed

+34
-34
lines changed

docs/operator-guide/advanced-installation/custom-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ KubeRocketCI components that support custom certificates can be found in the tab
2727
## Prerequisites
2828

2929
* The certificate in the `*.crt` format is used;
30-
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
30+
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
3131
* [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.
3232
* [Java](https://www.oracle.com/in/java/technologies/downloads/) with the `keytool` command inside;
3333
* [jq](https://stedolan.github.io/jq/) is installed.

docs/operator-guide/artifacts-management/harbor-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for enabling [Harbor](ht
1717

1818
## Prerequisites
1919

20-
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
20+
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
2121
* [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.
2222

2323
## Installation

docs/operator-guide/artifacts-management/nexus-sonatype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This documentation guide provides comprehensive instructions for integrating Son
2424

2525
Before proceeding, ensure the following prerequisites are met:
2626

27-
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
27+
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
2828
* [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.
2929

3030
## Installation

docs/operator-guide/auth/keycloak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Inspect the prerequisites and the main steps to perform for installing Keycloak.
2020

2121
## Prerequisites
2222

23-
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
23+
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
2424
* [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.
2525

2626
:::info

docs/operator-guide/code-quality/sonarqube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ facilitating enhanced code inspection and improvement practices within your deve
2727

2828
Before proceeding, ensure the following prerequisites are in place:
2929

30-
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
30+
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
3131
* [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.
3232

3333
## Installation

docs/operator-guide/devsecops/defectdojo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspect the main steps to perform for installing DefectDojo via Helm Chart.
2222

2323
## Prerequisites
2424

25-
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
25+
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
2626
* [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.
2727

2828
## Installation

docs/operator-guide/devsecops/dependency-track.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This documentation guide provides comprehensive instructions for installing and
1818

1919
## Prerequisites
2020

21-
* Kubectl version 1.28.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
21+
* Kubectl version 1.34.0+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/download/) for details.
2222
* [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.
2323

2424
## Installation

docs/operator-guide/extensions/krakend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ To configure KrakenD as the API gateway for KubeRocketCI, follow the steps below
171171
```
172172

173173
:::note
174-
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.
174+
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.
175175
:::
176176

177177
2. Define the KrakenD secret:

docs/operator-guide/install-argocd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Review the necessary prerequisites and follow the steps to enable Argo CD within
2020
The following tools must be installed:
2121

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

docs/operator-guide/install-ingress-nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Inspect the prerequisites and the main steps to perform for installing [Install
1717

1818
## Prerequisites
1919

20-
* Kubectl version 1.28+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
20+
* Kubectl version 1.34+ is installed. Please refer to the [Kubernetes official website](https://kubernetes.io/releases/) for details.
2121
* [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.
2222

2323
## Installation

0 commit comments

Comments
 (0)