mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -06:00
ARM template, Artifactory 7.15.4, Xray 3.18.0 (#93)
* updated * updated artifactory releas version 7.15.4 in createUiDefinition.json & mainTemplate.json file * updated version 7.15.4 in createUiDefinition.json file * updated version 7.15.4 in mainTemplate.json file * ARM templates. pid removed from all the templates per new MS requirements. RT 7.15.4, Xray 3.17.4, JSON docs aligned * updated all changes for artifactory version 7.15.4 & x-ray version 3.18.0 Co-authored-by: danielmkn <danielmi@jfrog.com>
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Artifactory-vm image version to deploy.",
|
||||
"defaultValue": "7.15.3",
|
||||
"defaultValue": "7.15.4",
|
||||
"toolTip": "Version of Artifactory to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -140,18 +140,22 @@
|
||||
"label": "7.12.5",
|
||||
"value": "0.0.8"
|
||||
},
|
||||
{
|
||||
{
|
||||
"label": "7.12.6",
|
||||
"value": "0.0.9"
|
||||
},
|
||||
{
|
||||
{
|
||||
"label": "7.12.8",
|
||||
"value": "0.0.10"
|
||||
},
|
||||
{
|
||||
"label": "7.15.3",
|
||||
"value": "0.0.11"
|
||||
}
|
||||
"value": "0.0.10"
|
||||
},
|
||||
{
|
||||
"label": "7.15.3",
|
||||
"value": "0.0.11"
|
||||
},
|
||||
{
|
||||
"label": "7.15.4",
|
||||
"value": "0.0.12"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
},
|
||||
|
||||
@@ -79,12 +79,13 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.11",
|
||||
"defaultValue": "0.0.12",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
"0.0.10",
|
||||
"0.0.11"
|
||||
"0.0.11",
|
||||
"0.0.12"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
@@ -305,19 +306,6 @@
|
||||
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
"apiVersion": "2019-05-01",
|
||||
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
|
||||
"type": "Microsoft.Resources/deployments",
|
||||
"properties": {
|
||||
"mode": "Incremental",
|
||||
"template": {
|
||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"resources": []
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Network/networkSecurityGroups",
|
||||
"location": "[parameters('location')]",
|
||||
|
||||
@@ -79,12 +79,13 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.11",
|
||||
"defaultValue": "0.0.12",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
"0.0.10",
|
||||
"0.0.11"
|
||||
"0.0.11",
|
||||
"0.0.12"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
@@ -305,19 +306,6 @@
|
||||
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
"apiVersion": "2019-05-01",
|
||||
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
|
||||
"type": "Microsoft.Resources/deployments",
|
||||
"properties": {
|
||||
"mode": "Incremental",
|
||||
"template": {
|
||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"resources": []
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Network/networkSecurityGroups",
|
||||
"location": "[parameters('location')]",
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
"value": "OWERWRITE_THE_PASSWORD"
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"value": "7.15.3"
|
||||
"value": "7.15.4"
|
||||
},
|
||||
"scriptName": {
|
||||
"value": "install_pro7_to_vm.sh"
|
||||
|
||||
Reference in New Issue
Block a user