mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
ARM templates. Xray template for 3.15.3
This commit is contained in:
@@ -123,32 +123,18 @@
|
||||
"name": "xrayVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Xray-vm image version to deploy.",
|
||||
"defaultValue": "3.11.2",
|
||||
"defaultValue": "3.15.3",
|
||||
"toolTip": "Version of Xray to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
{
|
||||
"label": "3.6.2",
|
||||
"value": "0.0.3"
|
||||
"label": "3.15.1",
|
||||
"value": "0.0.10"
|
||||
},
|
||||
{
|
||||
"label": "3.8.2",
|
||||
"value": "0.0.4"
|
||||
},
|
||||
{
|
||||
"label": "3.8.5",
|
||||
"value": "0.0.5"
|
||||
},
|
||||
{
|
||||
"label": "3.9.1",
|
||||
"value": "0.0.6"
|
||||
},
|
||||
{
|
||||
"label": "3.10.3",
|
||||
"value": "0.0.7"
|
||||
},
|
||||
{ "label": "3.11.2", "value": "0.0.8"
|
||||
}
|
||||
"label": "3.15.3",
|
||||
"value": "0.0.11"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
},
|
||||
|
||||
@@ -19,14 +19,10 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.8",
|
||||
"defaultValue": "0.0.11",
|
||||
"allowedValues": [
|
||||
"0.0.3",
|
||||
"0.0.4",
|
||||
"0.0.5",
|
||||
"0.0.6",
|
||||
"0.0.7",
|
||||
"0.0.8"
|
||||
"0.0.10",
|
||||
"0.0.11"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
|
||||
Reference in New Issue
Block a user