From 0dac560598cae7f8fe82aeacd339ea3880ce584e Mon Sep 17 00:00:00 2001 From: "Oleksandr_Stepanov@epam.com" Date: Tue, 6 Jan 2026 13:41:43 +0200 Subject: [PATCH] docs: Update component versions in docs (#522) --- .../advanced-installation/custom-certificates.md | 2 +- .../artifacts-management/harbor-installation.md | 2 +- docs/operator-guide/artifacts-management/nexus-sonatype.md | 2 +- docs/operator-guide/auth/keycloak.md | 2 +- docs/operator-guide/code-quality/sonarqube.md | 2 +- docs/operator-guide/devsecops/defectdojo.md | 2 +- docs/operator-guide/devsecops/dependency-track.md | 2 +- docs/operator-guide/extensions/krakend.md | 2 +- docs/operator-guide/install-argocd.md | 2 +- docs/operator-guide/install-ingress-nginx.md | 2 +- docs/operator-guide/install-kuberocketci.md | 6 +++--- docs/operator-guide/install-tekton.md | 2 +- docs/operator-guide/install-via-civo.md | 2 +- .../install-reportportal.md | 2 +- .../secrets-management/install-external-secrets-operator.md | 2 +- docs/operator-guide/troubleshooting/environment-creation.md | 2 +- docs/operator-guide/upgrade/upgrade-krci-3.12.md | 4 ++-- docs/quick-start/platform-installation.md | 2 +- .../advanced-installation/custom-certificates.md | 2 +- .../artifacts-management/harbor-installation.md | 2 +- .../operator-guide/artifacts-management/nexus-sonatype.md | 2 +- versioned_docs/version-3.12/operator-guide/auth/keycloak.md | 2 +- .../version-3.12/operator-guide/code-quality/sonarqube.md | 2 +- .../version-3.12/operator-guide/devsecops/defectdojo.md | 2 +- .../operator-guide/devsecops/dependency-track.md | 2 +- .../version-3.12/operator-guide/install-argocd.md | 2 +- .../version-3.12/operator-guide/install-ingress-nginx.md | 2 +- .../version-3.12/operator-guide/install-tekton.md | 2 +- .../version-3.12/operator-guide/install-via-civo.md | 2 +- .../install-reportportal.md | 2 +- .../secrets-management/install-external-secrets-operator.md | 2 +- 31 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/operator-guide/advanced-installation/custom-certificates.md b/docs/operator-guide/advanced-installation/custom-certificates.md index 8d9ad2c7f..15c17a425 100644 --- a/docs/operator-guide/advanced-installation/custom-certificates.md +++ b/docs/operator-guide/advanced-installation/custom-certificates.md @@ -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. diff --git a/docs/operator-guide/artifacts-management/harbor-installation.md b/docs/operator-guide/artifacts-management/harbor-installation.md index 24a20d8ce..d0d1dcb15 100644 --- a/docs/operator-guide/artifacts-management/harbor-installation.md +++ b/docs/operator-guide/artifacts-management/harbor-installation.md @@ -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 diff --git a/docs/operator-guide/artifacts-management/nexus-sonatype.md b/docs/operator-guide/artifacts-management/nexus-sonatype.md index 95a3cfa3c..5346d5d2e 100644 --- a/docs/operator-guide/artifacts-management/nexus-sonatype.md +++ b/docs/operator-guide/artifacts-management/nexus-sonatype.md @@ -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 diff --git a/docs/operator-guide/auth/keycloak.md b/docs/operator-guide/auth/keycloak.md index f0e292c91..c277974f0 100644 --- a/docs/operator-guide/auth/keycloak.md +++ b/docs/operator-guide/auth/keycloak.md @@ -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 diff --git a/docs/operator-guide/code-quality/sonarqube.md b/docs/operator-guide/code-quality/sonarqube.md index 2f99d610c..bf0604f23 100644 --- a/docs/operator-guide/code-quality/sonarqube.md +++ b/docs/operator-guide/code-quality/sonarqube.md @@ -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 diff --git a/docs/operator-guide/devsecops/defectdojo.md b/docs/operator-guide/devsecops/defectdojo.md index ceeb1bce2..94540dd24 100644 --- a/docs/operator-guide/devsecops/defectdojo.md +++ b/docs/operator-guide/devsecops/defectdojo.md @@ -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 diff --git a/docs/operator-guide/devsecops/dependency-track.md b/docs/operator-guide/devsecops/dependency-track.md index bb424686c..a41806f69 100644 --- a/docs/operator-guide/devsecops/dependency-track.md +++ b/docs/operator-guide/devsecops/dependency-track.md @@ -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 diff --git a/docs/operator-guide/extensions/krakend.md b/docs/operator-guide/extensions/krakend.md index 3aaf9427f..a3af05190 100644 --- a/docs/operator-guide/extensions/krakend.md +++ b/docs/operator-guide/extensions/krakend.md @@ -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: diff --git a/docs/operator-guide/install-argocd.md b/docs/operator-guide/install-argocd.md index 9c76d2c32..e1bec9691 100644 --- a/docs/operator-guide/install-argocd.md +++ b/docs/operator-guide/install-argocd.md @@ -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) diff --git a/docs/operator-guide/install-ingress-nginx.md b/docs/operator-guide/install-ingress-nginx.md index 20d568764..761980d55 100644 --- a/docs/operator-guide/install-ingress-nginx.md +++ b/docs/operator-guide/install-ingress-nginx.md @@ -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 diff --git a/docs/operator-guide/install-kuberocketci.md b/docs/operator-guide/install-kuberocketci.md index 34ed877da..441ac6cb0 100644 --- a/docs/operator-guide/install-kuberocketci.md +++ b/docs/operator-guide/install-kuberocketci.md @@ -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 @@ -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 diff --git a/docs/operator-guide/install-tekton.md b/docs/operator-guide/install-tekton.md index efc94173f..a0ad291e7 100644 --- a/docs/operator-guide/install-tekton.md +++ b/docs/operator-guide/install-tekton.md @@ -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 diff --git a/docs/operator-guide/install-via-civo.md b/docs/operator-guide/install-via-civo.md index 6c9662144..35a0196d9 100644 --- a/docs/operator-guide/install-via-civo.md +++ b/docs/operator-guide/install-via-civo.md @@ -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. diff --git a/docs/operator-guide/project-management-and-reporting/install-reportportal.md b/docs/operator-guide/project-management-and-reporting/install-reportportal.md index 7773c7a1b..bd361bdb0 100644 --- a/docs/operator-guide/project-management-and-reporting/install-reportportal.md +++ b/docs/operator-guide/project-management-and-reporting/install-reportportal.md @@ -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 diff --git a/docs/operator-guide/secrets-management/install-external-secrets-operator.md b/docs/operator-guide/secrets-management/install-external-secrets-operator.md index a0b1c9800..6b13c57a2 100644 --- a/docs/operator-guide/secrets-management/install-external-secrets-operator.md +++ b/docs/operator-guide/secrets-management/install-external-secrets-operator.md @@ -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 diff --git a/docs/operator-guide/troubleshooting/environment-creation.md b/docs/operator-guide/troubleshooting/environment-creation.md index 2779e0415..cd7dd89ba 100644 --- a/docs/operator-guide/troubleshooting/environment-creation.md +++ b/docs/operator-guide/troubleshooting/environment-creation.md @@ -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. diff --git a/docs/operator-guide/upgrade/upgrade-krci-3.12.md b/docs/operator-guide/upgrade/upgrade-krci-3.12.md index 7d1cfa2a3..c2b90c9cd 100644 --- a/docs/operator-guide/upgrade/upgrade-krci-3.12.md +++ b/docs/operator-guide/upgrade/upgrade-krci-3.12.md @@ -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 ``` diff --git a/docs/quick-start/platform-installation.md b/docs/quick-start/platform-installation.md index dd556ebcc..d2c2ae009 100644 --- a/docs/quick-start/platform-installation.md +++ b/docs/quick-start/platform-installation.md @@ -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: diff --git a/versioned_docs/version-3.12/operator-guide/advanced-installation/custom-certificates.md b/versioned_docs/version-3.12/operator-guide/advanced-installation/custom-certificates.md index 8d9ad2c7f..f7e77cadc 100644 --- a/versioned_docs/version-3.12/operator-guide/advanced-installation/custom-certificates.md +++ b/versioned_docs/version-3.12/operator-guide/advanced-installation/custom-certificates.md @@ -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. diff --git a/versioned_docs/version-3.12/operator-guide/artifacts-management/harbor-installation.md b/versioned_docs/version-3.12/operator-guide/artifacts-management/harbor-installation.md index 24a20d8ce..afc937577 100644 --- a/versioned_docs/version-3.12/operator-guide/artifacts-management/harbor-installation.md +++ b/versioned_docs/version-3.12/operator-guide/artifacts-management/harbor-installation.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/artifacts-management/nexus-sonatype.md b/versioned_docs/version-3.12/operator-guide/artifacts-management/nexus-sonatype.md index 95a3cfa3c..b9d26c7df 100644 --- a/versioned_docs/version-3.12/operator-guide/artifacts-management/nexus-sonatype.md +++ b/versioned_docs/version-3.12/operator-guide/artifacts-management/nexus-sonatype.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/auth/keycloak.md b/versioned_docs/version-3.12/operator-guide/auth/keycloak.md index f0e292c91..a80abb08d 100644 --- a/versioned_docs/version-3.12/operator-guide/auth/keycloak.md +++ b/versioned_docs/version-3.12/operator-guide/auth/keycloak.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/code-quality/sonarqube.md b/versioned_docs/version-3.12/operator-guide/code-quality/sonarqube.md index 2f99d610c..9e99c08b5 100644 --- a/versioned_docs/version-3.12/operator-guide/code-quality/sonarqube.md +++ b/versioned_docs/version-3.12/operator-guide/code-quality/sonarqube.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/devsecops/defectdojo.md b/versioned_docs/version-3.12/operator-guide/devsecops/defectdojo.md index ceeb1bce2..8166eb2cb 100644 --- a/versioned_docs/version-3.12/operator-guide/devsecops/defectdojo.md +++ b/versioned_docs/version-3.12/operator-guide/devsecops/defectdojo.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/devsecops/dependency-track.md b/versioned_docs/version-3.12/operator-guide/devsecops/dependency-track.md index bb424686c..56fc8a424 100644 --- a/versioned_docs/version-3.12/operator-guide/devsecops/dependency-track.md +++ b/versioned_docs/version-3.12/operator-guide/devsecops/dependency-track.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/install-argocd.md b/versioned_docs/version-3.12/operator-guide/install-argocd.md index 9c76d2c32..af28a2caf 100644 --- a/versioned_docs/version-3.12/operator-guide/install-argocd.md +++ b/versioned_docs/version-3.12/operator-guide/install-argocd.md @@ -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) diff --git a/versioned_docs/version-3.12/operator-guide/install-ingress-nginx.md b/versioned_docs/version-3.12/operator-guide/install-ingress-nginx.md index 20d568764..307d55c48 100644 --- a/versioned_docs/version-3.12/operator-guide/install-ingress-nginx.md +++ b/versioned_docs/version-3.12/operator-guide/install-ingress-nginx.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/install-tekton.md b/versioned_docs/version-3.12/operator-guide/install-tekton.md index efc94173f..b61f4531e 100644 --- a/versioned_docs/version-3.12/operator-guide/install-tekton.md +++ b/versioned_docs/version-3.12/operator-guide/install-tekton.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/install-via-civo.md b/versioned_docs/version-3.12/operator-guide/install-via-civo.md index 6c9662144..8d3b15269 100644 --- a/versioned_docs/version-3.12/operator-guide/install-via-civo.md +++ b/versioned_docs/version-3.12/operator-guide/install-via-civo.md @@ -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. diff --git a/versioned_docs/version-3.12/operator-guide/project-management-and-reporting/install-reportportal.md b/versioned_docs/version-3.12/operator-guide/project-management-and-reporting/install-reportportal.md index 7773c7a1b..92a49ae27 100644 --- a/versioned_docs/version-3.12/operator-guide/project-management-and-reporting/install-reportportal.md +++ b/versioned_docs/version-3.12/operator-guide/project-management-and-reporting/install-reportportal.md @@ -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 diff --git a/versioned_docs/version-3.12/operator-guide/secrets-management/install-external-secrets-operator.md b/versioned_docs/version-3.12/operator-guide/secrets-management/install-external-secrets-operator.md index a0b1c9800..7b690376f 100644 --- a/versioned_docs/version-3.12/operator-guide/secrets-management/install-external-secrets-operator.md +++ b/versioned_docs/version-3.12/operator-guide/secrets-management/install-external-secrets-operator.md @@ -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