mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01: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:
@@ -132,7 +132,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Artifactory-vm image version to deploy.",
|
||||
"defaultValue": "7.27.9",
|
||||
"defaultValue": "7.27.10",
|
||||
"toolTip": "Version of Artifactory to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -207,6 +207,10 @@
|
||||
{
|
||||
"label": "7.27.9",
|
||||
"value": "0.0.32"
|
||||
},
|
||||
{
|
||||
"label": "7.27.10",
|
||||
"value": "0.0.33"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.32",
|
||||
"defaultValue": "0.0.33",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
@@ -98,7 +98,8 @@
|
||||
"0.0.28",
|
||||
"0.0.29",
|
||||
"0.0.30",
|
||||
"0.0.32"
|
||||
"0.0.32",
|
||||
"0.0.33"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
|
||||
Reference in New Issue
Block a user