From e6a2292ccede94adb2a7580b6a14e33ffe9f3904 Mon Sep 17 00:00:00 2001 From: Tobias Schuhmacher Date: Wed, 8 Jun 2022 12:17:03 +0200 Subject: [PATCH] Release 2.3 (#1283) * Update version to 2.3.0 * Update documentation --- docs/gen-docs/kyma_deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gen-docs/kyma_deploy.md b/docs/gen-docs/kyma_deploy.md index 38b136d3c..cf47f94fe 100644 --- a/docs/gen-docs/kyma_deploy.md +++ b/docs/gen-docs/kyma_deploy.md @@ -28,7 +28,7 @@ kyma deploy [flags] - Deploy a specific branch of the Kyma repository on kyma-project.org: "kyma deploy --source=" - Deploy a commit (8 characters or more), for example: "kyma deploy --source=34edf09a" - Deploy a pull request, for example "kyma deploy --source=PR-9486" - - Deploy the local sources: "kyma deploy --source=local" (default "main") + - Deploy the local sources: "kyma deploy --source=local" (default "2.3.0") --timeout duration Maximum time for the deployment. (default 20m0s) --tls-crt string TLS certificate file for the domain used for installation. --tls-key string TLS key file for the domain used for installation.