mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Arm 7.25.6 (#158)
* updated changes for Artifactory 7.25.6 & xray 3.32.2 version in templates file * updated all the changes for artifactory 7.25.6 & xray 3.32.2
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.26",
|
||||
"defaultValue": "0.0.27",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -34,7 +34,8 @@
|
||||
"0.0.23",
|
||||
"0.0.24",
|
||||
"0.0.25",
|
||||
"0.0.26"
|
||||
"0.0.26",
|
||||
"0.0.27"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
@@ -202,7 +203,7 @@
|
||||
"joinKey": "[parameters('joinKey')]",
|
||||
"osType": {
|
||||
"publisher": "jfrog",
|
||||
"offer": "x-ray-vm-preview",
|
||||
"offer": "x-ray-vm",
|
||||
"sku": "x-ray-vm",
|
||||
"version": "[parameters('xrayVersion')]"
|
||||
},
|
||||
@@ -338,7 +339,7 @@
|
||||
"plan": {
|
||||
"name": "x-ray-vm",
|
||||
"publisher": "jfrog",
|
||||
"product": "x-ray-vm-preview"
|
||||
"product": "x-ray-vm"
|
||||
},
|
||||
"sku": {
|
||||
"name": "[parameters('virtualMachineSize')]",
|
||||
|
||||
Reference in New Issue
Block a user