mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
updated all changes for artifactory 7.27.6 & xray 3.34.1
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
"name": "xrayVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Xray-vm image version to deploy.",
|
||||
"defaultValue": "3.33.3",
|
||||
"defaultValue": "3.34.1",
|
||||
"toolTip": "Version of Xray to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -190,6 +190,10 @@
|
||||
{
|
||||
"label": "3.33.3",
|
||||
"value": "0.0.28"
|
||||
},
|
||||
{
|
||||
"label": "3.34.1",
|
||||
"value": "0.0.29"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.28",
|
||||
"defaultValue": "0.0.29",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -36,7 +36,8 @@
|
||||
"0.0.25",
|
||||
"0.0.26",
|
||||
"0.0.27",
|
||||
"0.0.28"
|
||||
"0.0.28",
|
||||
"0.0.29"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
|
||||
Reference in New Issue
Block a user