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"
|
"value": "10.0.1.0/24"
|
||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"value": "0.0.33"
|
"value": "0.0.34"
|
||||||
},
|
},
|
||||||
"artifactoryURL": {
|
"artifactoryURL": {
|
||||||
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"
|
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.33",
|
"defaultValue": "0.0.34",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
@@ -41,7 +41,8 @@
|
|||||||
"0.0.30",
|
"0.0.30",
|
||||||
"0.0.31",
|
"0.0.31",
|
||||||
"0.0.32",
|
"0.0.32",
|
||||||
"0.0.33"
|
"0.0.33",
|
||||||
|
"0.0.34"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
@@ -57,14 +58,14 @@
|
|||||||
"type": "securestring",
|
"type": "securestring",
|
||||||
"maxLength": 64,
|
"maxLength": 64,
|
||||||
"metadata": {
|
"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": {
|
"joinKey": {
|
||||||
"type": "securestring",
|
"type": "securestring",
|
||||||
"maxLength": 64,
|
"maxLength": 64,
|
||||||
"metadata": {
|
"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": {
|
"adminUsername": {
|
||||||
|
|||||||
Reference in New Issue
Block a user