mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 02:06:56 -06:00
Updated README for extraJavaOptions input parameter details
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user