mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
Update Xray version and VM version
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
"name": "xrayVersion",
|
"name": "xrayVersion",
|
||||||
"type": "Microsoft.Common.DropDown",
|
"type": "Microsoft.Common.DropDown",
|
||||||
"label": "Xray-vm image version to deploy.",
|
"label": "Xray-vm image version to deploy.",
|
||||||
"defaultValue": "3.38.2",
|
"defaultValue": "3.42.5",
|
||||||
"toolTip": "Version of Xray to deploy",
|
"toolTip": "Version of Xray to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -210,6 +210,10 @@
|
|||||||
{
|
{
|
||||||
"label": "3.41.4",
|
"label": "3.41.4",
|
||||||
"value": "0.0.33"
|
"value": "0.0.33"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "3.42.5",
|
||||||
|
"value": "0.0.34"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user