mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
ARM templates - RT 7.10.2, JCR 7.10.2, Xray 3.9.1
- minor changes in VM image templates
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Artifactory-vm image version to deploy.",
|
||||
"defaultValue": "7.7.3",
|
||||
"defaultValue": "7.10.2",
|
||||
"toolTip": "Version of Artifactory to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -167,6 +167,10 @@
|
||||
{
|
||||
"label": "7.7.3",
|
||||
"value": "0.0.2"
|
||||
},
|
||||
{
|
||||
"label": "7.10.2",
|
||||
"value": "0.0.3"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.2",
|
||||
"defaultValue": "0.0.3",
|
||||
"allowedValues": [
|
||||
"6.6.0",
|
||||
"6.6.1",
|
||||
@@ -95,7 +95,8 @@
|
||||
"7.4.3",
|
||||
"7.4.30",
|
||||
"0.0.1",
|
||||
"0.0.2"
|
||||
"0.0.2",
|
||||
"0.0.3"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
|
||||
@@ -79,26 +79,21 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.2",
|
||||
"defaultValue": "0.0.3",
|
||||
"allowedValues": [
|
||||
"6.6.0",
|
||||
"6.6.1",
|
||||
"6.7.0",
|
||||
"6.8.0",
|
||||
"6.11.3",
|
||||
"6.15.0",
|
||||
"0.16.0",
|
||||
"0.17.0",
|
||||
"6.18.0",
|
||||
"7.0.0717",
|
||||
"7.0.4001",
|
||||
"7.2.1",
|
||||
"7.4.3",
|
||||
"7.4.30",
|
||||
"7.4.31",
|
||||
"7.5.7",
|
||||
"0.0.1",
|
||||
"0.0.2"
|
||||
"0.0.2",
|
||||
"0.0.3"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
|
||||
@@ -41,9 +41,6 @@
|
||||
"virtualMachineComputerName": {
|
||||
"type": "String"
|
||||
},
|
||||
"diskNameSalt": {
|
||||
"type": "String"
|
||||
},
|
||||
"storageAccountName": {
|
||||
"type": "String"
|
||||
},
|
||||
|
||||
@@ -64,9 +64,6 @@
|
||||
"virtualMachineComputerName": {
|
||||
"value": "rtvm"
|
||||
},
|
||||
"diskNameSalt": {
|
||||
"value": "20200824153005"
|
||||
},
|
||||
"storageAccountName": {
|
||||
"value": "mpstoragevhd"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user