Arm 7.21.3 (#143)

* updated templates file for artifactory 7.21.3 & xray 3.27.2

* Updated all changes for artifactory 7.21.3 & xray 3.27.2
This commit is contained in:
Anup Singh
2021-07-20 23:18:29 +05:30
committed by GitHub
parent fd92133d95
commit 9bcbf71b5c
7 changed files with 24 additions and 12 deletions

View File

@@ -123,7 +123,7 @@
"name": "xrayVersion",
"type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.",
"defaultValue": "3.25.1",
"defaultValue": "3.27.2",
"toolTip": "Version of Xray to deploy",
"constraints": {
"allowedValues": [
@@ -166,7 +166,11 @@
{
"label": "3.25.1",
"value": "0.0.22"
}
},
{
"label": "3.27.2",
"value": "0.0.23"
}
],
"required": true
},

View File

@@ -19,7 +19,7 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.22",
"defaultValue": "0.0.23",
"allowedValues": [
"0.0.10",
"0.0.11",
@@ -30,7 +30,8 @@
"0.0.18",
"0.0.20",
"0.0.21",
"0.0.22"
"0.0.22",
"0.0.23"
],
"metadata": {
"description": "Xray-vm image version to deploy."