Arm 7.21.8 (#144)

* Update azuredeploy.json

* Update azuredeploy_xray_vmss.json

* Update azuredeploy_xray.parameters.json

* Updated all changes for artifactory 7.21.8 & xray 3.27.4

* Updated db_server value in azuredeploy_xray.parameters.json
This commit is contained in:
Anup Singh
2021-07-30 00:06:25 +05:30
committed by GitHub
parent 9bcbf71b5c
commit 6f3325a116
7 changed files with 25 additions and 13 deletions

View File

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

View File

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