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

View File

@@ -176,7 +176,7 @@
"value": "0.0.24" "value": "0.0.24"
}, },
{ {
"label": "3.29.0", "label": "3.29.0",
"value": "0.0.25" "value": "0.0.25"
} }
], ],

View File

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

View File

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