updated all changes for artifactory 7.21.12 & xray 3.29.0

This commit is contained in:
anupteal
2021-08-06 21:31:59 +05:30
parent e743d48baa
commit 5de7391c69
4 changed files with 10 additions and 9 deletions

View File

@@ -79,7 +79,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.22",
"defaultValue": "0.0.23",
"allowedValues": [
"0.0.8",
"0.0.9",
@@ -91,7 +91,8 @@
"0.0.18",
"0.0.19",
"0.0.21",
"0.0.22"
"0.0.22",
"0.0.23"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."
@@ -302,7 +303,7 @@
"artifactoryLicense5": "[parameters('artifactoryLicense5')]",
"osType": {
"publisher": "jfrog",
"offer": "artifactory-vm-preview",
"offer": "artifactory-vm",
"sku": "artifactory-vm",
"version": "[parameters('artifactoryVersion')]"
},
@@ -770,7 +771,7 @@
"plan": {
"name": "artifactory-vm",
"publisher": "jfrog",
"product": "artifactory-vm-preview"
"product": "artifactory-vm"
},
"sku": {
"name": "[parameters('vmSku')]",
@@ -867,7 +868,7 @@
"plan": {
"name": "artifactory-vm",
"publisher": "jfrog",
"product": "artifactory-vm-preview"
"product": "artifactory-vm"
},
"sku": {
"name": "[parameters('vmSku')]",

View File

@@ -33,7 +33,7 @@
"value": "10.0.1.0/24"
},
"xrayVersion": {
"value": "0.0.24"
"value": "0.0.25"
},
"artifactoryURL": {
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"

View File

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