mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 22:06:55 -06:00
changed image version 0.0.34
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
"value": "10.0.1.0/24"
|
||||
},
|
||||
"xrayVersion": {
|
||||
"value": "0.0.33"
|
||||
"value": "0.0.34"
|
||||
},
|
||||
"artifactoryURL": {
|
||||
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.33",
|
||||
"defaultValue": "0.0.34",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -41,7 +41,8 @@
|
||||
"0.0.30",
|
||||
"0.0.31",
|
||||
"0.0.32",
|
||||
"0.0.33"
|
||||
"0.0.33",
|
||||
"0.0.34"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
@@ -57,14 +58,14 @@
|
||||
"type": "securestring",
|
||||
"maxLength": 64,
|
||||
"metadata": {
|
||||
"description": "Master key for Artifactory cluster. Generate master.key using command '$openssl rand -hex 16'"
|
||||
"description": "Master key for Artifactory cluster. Generate master.key using command '$openssl rand -hex 32'"
|
||||
}
|
||||
},
|
||||
"joinKey": {
|
||||
"type": "securestring",
|
||||
"maxLength": 64,
|
||||
"metadata": {
|
||||
"description": "Join key for Artifactory cluster. Generate join.key using command '$openssl rand -hex 16'"
|
||||
"description": "Join key for Artifactory cluster. Generate join.key using command '$openssl rand -hex 32'"
|
||||
}
|
||||
},
|
||||
"adminUsername": {
|
||||
|
||||
Reference in New Issue
Block a user