mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
Arm 7.24.3 (#155)
* Update azuredeploy.json * Update azuredeploy_xray_vmss.json * Update azuredeploy.json * Update postgreql db version * Update Postgresql_deploy.json * Update Postgresql_deploy.json * Update Postgresql_deploy.json * Updated all changes for Artifactory 7.24.3 & xray 3.29.2, Also updated changes of postgresql 11 in templates
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
"name": "xrayVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Xray-vm image version to deploy.",
|
||||
"defaultValue": "3.29.0",
|
||||
"defaultValue": "3.29.2",
|
||||
"toolTip": "Version of Xray to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -178,7 +178,11 @@
|
||||
{
|
||||
"label": "3.29.0",
|
||||
"value": "0.0.25"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "3.29.2",
|
||||
"value": "0.0.26"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.25",
|
||||
"defaultValue": "0.0.26",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -33,7 +33,8 @@
|
||||
"0.0.22",
|
||||
"0.0.23",
|
||||
"0.0.24",
|
||||
"0.0.25"
|
||||
"0.0.25",
|
||||
"0.0.26"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"defaultValue": "9.6"
|
||||
"defaultValue": "11"
|
||||
},
|
||||
"backupRetentionDays": {
|
||||
"type": "int",
|
||||
@@ -158,4 +158,4 @@
|
||||
"value": "[parameters('manual_db_url')]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user