Updated README for extraJavaOptions input parameter details

This commit is contained in:
maheshg
2018-03-06 16:01:13 -08:00
parent c446ba0e82
commit 0d9a67169c
2 changed files with 3 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ This template can help you setup the [Artifactory Enterprise](https://jfrog.com/
4. Input values for 'adminUsername' and 'adminPassword' parameters needs to follow azure VM access rules.
5. One primary node is configured automatically. And, Minimum 1 member node is expected for the Artifactory HA installation.
6. This template provides support for max 5 licenses. To add more licenses, Edit the template (input fields, CustomScript sections) and install_artifactory.sh script.
7. Refer to [System Requirements](https://www.jfrog.com/confluence/display/RTF/System+Requirements) for changing 'extraJavaOptions' input parameter value.
### Steps to setup Artifactory as secure docker registry
considering you have SSL certificate for `*.jfrog.team`

View File

@@ -27,7 +27,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "5.8.1",
"defaultValue": "5.9.0",
"metadata": {
"description": "Artifactory version to deploy. Supported from 5.8.0 and above."
}