updated all changes for artifactory 7.27.6 & xray 3.34.1

This commit is contained in:
anupteal
2021-10-27 21:42:34 +05:30
parent 5ec5c5a76b
commit a4efffcd6c
6 changed files with 21 additions and 10 deletions

View File

@@ -132,7 +132,7 @@
"name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.27.3",
"defaultValue": "7.27.6",
"toolTip": "Version of Artifactory to deploy",
"constraints": {
"allowedValues": [
@@ -199,6 +199,10 @@
{
"label": "7.27.3",
"value": "0.0.29"
},
{
"label": "7.27.6",
"value": "0.0.30"
}
],
"required": true

View File

@@ -79,7 +79,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.29",
"defaultValue": "0.0.30",
"allowedValues": [
"0.0.8",
"0.0.9",
@@ -96,7 +96,8 @@
"0.0.25",
"0.0.27",
"0.0.28",
"0.0.29"
"0.0.29",
"0.0.30"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."

View File

@@ -79,7 +79,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.29",
"defaultValue": "0.0.30",
"allowedValues": [
"0.0.8",
"0.0.9",
@@ -96,7 +96,8 @@
"0.0.25",
"0.0.27",
"0.0.28",
"0.0.29"
"0.0.29",
"0.0.30"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."

View File

@@ -123,7 +123,7 @@
"name": "xrayVersion",
"type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.",
"defaultValue": "3.33.3",
"defaultValue": "3.34.1",
"toolTip": "Version of Xray to deploy",
"constraints": {
"allowedValues": [
@@ -190,6 +190,10 @@
{
"label": "3.33.3",
"value": "0.0.28"
},
{
"label": "3.34.1",
"value": "0.0.29"
}
],
"required": true

View File

@@ -19,7 +19,7 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.28",
"defaultValue": "0.0.29",
"allowedValues": [
"0.0.10",
"0.0.11",
@@ -36,7 +36,8 @@
"0.0.25",
"0.0.26",
"0.0.27",
"0.0.28"
"0.0.28",
"0.0.29"
],
"metadata": {
"description": "Xray-vm image version to deploy."

View File

@@ -205,7 +205,7 @@
"joinKey": "[parameters('joinKey')]",
"osType": {
"publisher": "jfrog",
"offer": "x-ray-vm-preview",
"offer": "x-ray-vm",
"sku": "x-ray-vm",
"version": "[parameters('xrayVersion')]"
},
@@ -341,7 +341,7 @@
"plan": {
"name": "x-ray-vm",
"publisher": "jfrog",
"product": "x-ray-vm-preview"
"product": "x-ray-vm"
},
"sku": {
"name": "[parameters('virtualMachineSize')]",