mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 08:06:57 -06:00
Arm 7.19.4 (#126)
* Updated added -preview azuredeploy_xray_vmss.json & azuredeploy.json * Update azuredeploy_xray.parameters.json * updated all require changes done for Artifactory 7.19.4 & X-ray 3.25.1 * updated api version in mainTemplate.json & remove -preview from azuredeploy_xray_vmss.json
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
"name": "xrayVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Xray-vm image version to deploy.",
|
||||
"defaultValue": "3.24.2",
|
||||
"defaultValue": "3.25.1",
|
||||
"toolTip": "Version of Xray to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -162,6 +162,10 @@
|
||||
{
|
||||
"label": "3.24.2",
|
||||
"value": "0.0.21"
|
||||
},
|
||||
{
|
||||
"label": "3.25.1",
|
||||
"value": "0.0.22"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.21",
|
||||
"defaultValue": "0.0.22",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -29,7 +29,8 @@
|
||||
"0.0.17",
|
||||
"0.0.18",
|
||||
"0.0.20",
|
||||
"0.0.21"
|
||||
"0.0.21",
|
||||
"0.0.22"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
@@ -267,7 +268,7 @@
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
"apiVersion": "2019-06-01",
|
||||
"apiVersion": "2021-02-01",
|
||||
"name": "[variables('storageAccountName')]",
|
||||
"location": "[parameters('location')]",
|
||||
"sku": {
|
||||
|
||||
Reference in New Issue
Block a user