From 8d9a8e72e31f939e7cc92e607859451ff4f0151c Mon Sep 17 00:00:00 2001 From: Shubham9t9 Date: Mon, 23 Jan 2023 15:15:34 +0530 Subject: [PATCH] removed command to install a particular version of Devtron --- docs/setup/install/install-devtron-with-cicd-with-gitops.md | 2 +- docs/setup/install/install-devtron-with-cicd.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/install/install-devtron-with-cicd-with-gitops.md b/docs/setup/install/install-devtron-with-cicd-with-gitops.md index 65dcef1b73..0edd053dae 100644 --- a/docs/setup/install/install-devtron-with-cicd-with-gitops.md +++ b/docs/setup/install/install-devtron-with-cicd-with-gitops.md @@ -29,7 +29,7 @@ helm install devtron devtron/devtron-operator \ To install Devtron on clusters with the multi-architecture nodes (ARM and AMD), append the Devtron installation command with `--set installer.arch=multi-arch`. **Note**: -* To install a particular version of Devtron where `vx.x.x` is the [release tag](https://github.com/devtron-labs/devtron/releases), append the command with `--set installer.release="vX.X.X"`. + * If you want to install Devtron for `production deployments`, please refer to our recommended overrides for [Devtron Installation](override-default-devtron-installation-configs.md). diff --git a/docs/setup/install/install-devtron-with-cicd.md b/docs/setup/install/install-devtron-with-cicd.md index 81b012aa08..6f1e5cb5f7 100644 --- a/docs/setup/install/install-devtron-with-cicd.md +++ b/docs/setup/install/install-devtron-with-cicd.md @@ -43,7 +43,7 @@ helm upgrade --install aws-ebs-csi-driver \ To install Devtron on clusters with the multi-architecture nodes (ARM and AMD), append the Devtron installation command with `--set installer.arch=multi-arch`. **Note**: -* To install a particular version of Devtron where `vx.x.x` is the [release tag](https://github.com/devtron-labs/devtron/releases), append the installation command with `--set installer.release="vX.X.X"`. + * If you want to install Devtron for `production deployments`, please refer to our recommended overrides for [Devtron Installation](override-default-devtron-installation-configs.md).