Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-14250766-added 4.5 example. Removed unsupported sample #2566

Merged
merged 4 commits into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion modules/ROOT/pages/deploy-to-cloudhub.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 +
Expand Down