diff --git a/modules/ROOT/pages/deploy-to-cloudhub.adoc b/modules/ROOT/pages/deploy-to-cloudhub.adoc index ea7dbe8ecd..9e0c395eb3 100644 --- a/modules/ROOT/pages/deploy-to-cloudhub.adoc +++ b/modules/ROOT/pages/deploy-to-cloudhub.adoc @@ -98,7 +98,10 @@ The following table shows the available parameters to configure the CloudHub dep If not set, by default this value is set to +https://anypoint.mulesoft.com+. | No | `muleVersion` | The Mule runtime engine version to run in your CloudHub instance. + Ensure that this value is equal to or higher than the earliest required Mule version of your application. + -Example values: `4.3.0`, `4.2.2-hf4` | Yes +Example value: `4.3.0` + + +Starting with Mule 4.5, deployments to CloudHub require Major.Minor version, which deploys the latest version of Mule runtime. +Example value: `4.5`| Yes | `username` | Your CloudHub username | Only when using Anypoint Platform credentials to login. | `password` | Your CloudHub password | Only when using Anypoint Platform credentials to login. | `applicationName` | The name of your application in CloudHub +