mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Arm 7.27.10 (#186)
* Update azuredeploy.json * Update azuredeploy_xray.parameters.json * Update azuredeploy_xray_vmss.json * Updated all required file for artifactory 7.27.10 & xray 3.37.2 version
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
"name": "xrayVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Xray-vm image version to deploy.",
|
||||
"defaultValue": "3.35.0",
|
||||
"defaultValue": "3.37.2",
|
||||
"toolTip": "Version of Xray to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -198,6 +198,10 @@
|
||||
{
|
||||
"label": "3.35.0",
|
||||
"value": "0.0.30"
|
||||
},
|
||||
{
|
||||
"label": "3.37.2",
|
||||
"value": "0.0.31"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.30",
|
||||
"defaultValue": "0.0.31",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -38,7 +38,8 @@
|
||||
"0.0.27",
|
||||
"0.0.28",
|
||||
"0.0.29",
|
||||
"0.0.30"
|
||||
"0.0.30",
|
||||
"0.0.31"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"value": "10.0.1.0/24"
|
||||
},
|
||||
"xrayVersion": {
|
||||
"value": "0.0.30"
|
||||
"value": "0.0.31"
|
||||
},
|
||||
"artifactoryURL": {
|
||||
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.30",
|
||||
"defaultValue": "0.0.31",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -38,7 +38,8 @@
|
||||
"0.0.27",
|
||||
"0.0.28",
|
||||
"0.0.29",
|
||||
"0.0.30"
|
||||
"0.0.30",
|
||||
"0.0.31"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
|
||||
Reference in New Issue
Block a user