mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -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:
@@ -132,7 +132,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Artifactory-vm image version to deploy.",
|
||||
"defaultValue": "7.18.6",
|
||||
"defaultValue": "7.19.4",
|
||||
"toolTip": "Version of Artifactory to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -167,6 +167,10 @@
|
||||
{
|
||||
"label": "7.18.6",
|
||||
"value": "0.0.18"
|
||||
},
|
||||
{
|
||||
"label": "7.19.4",
|
||||
"value": "0.0.19"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.18",
|
||||
"defaultValue": "0.0.19",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
@@ -88,7 +88,8 @@
|
||||
"0.0.12",
|
||||
"0.0.14",
|
||||
"0.0.15",
|
||||
"0.0.18"
|
||||
"0.0.18",
|
||||
"0.0.19"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
@@ -702,7 +703,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apiVersion": "2019-06-01",
|
||||
"apiVersion": "2021-02-01",
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
"name": "[variables('storageAccountName')]",
|
||||
"location": "[parameters('location')]",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.18",
|
||||
"defaultValue": "0.0.19",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
@@ -88,7 +88,8 @@
|
||||
"0.0.12",
|
||||
"0.0.14",
|
||||
"0.0.15",
|
||||
"0.0.18"
|
||||
"0.0.18",
|
||||
"0.0.19"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
|
||||
Reference in New Issue
Block a user