mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
INST-5035 - Changes in Artifactory version and set hide confiramation to false
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
"name": "xrayVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Xray-vm image version to deploy.",
|
||||
"defaultValue": "3.55.2",
|
||||
"defaultValue": "3.60.2",
|
||||
"toolTip": "Version of Xray to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -218,6 +218,10 @@
|
||||
{
|
||||
"label": "3.55.2",
|
||||
"value": "0.0.35"
|
||||
},
|
||||
{
|
||||
"label": "3.60.2",
|
||||
"value": "0.0.36"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
@@ -238,7 +242,7 @@
|
||||
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
||||
},
|
||||
"options": {
|
||||
"hideConfirmation": true
|
||||
"hideConfirmation": false
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -255,7 +259,7 @@
|
||||
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
||||
},
|
||||
"options": {
|
||||
"hideConfirmation": true
|
||||
"hideConfirmation": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.35",
|
||||
"defaultValue": "0.0.36",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -43,7 +43,8 @@
|
||||
"0.0.32",
|
||||
"0.0.33",
|
||||
"0.0.34",
|
||||
"0.0.35"
|
||||
"0.0.35",
|
||||
"0.0.36"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
|
||||
Reference in New Issue
Block a user