mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01: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:
@@ -132,7 +132,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Artifactory-vm image version to deploy.",
|
||||
"defaultValue": "7.21.12",
|
||||
"defaultValue": "7.24.3",
|
||||
"toolTip": "Version of Artifactory to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -183,6 +183,10 @@
|
||||
{
|
||||
"label": "7.21.12",
|
||||
"value": "0.0.23"
|
||||
},
|
||||
{
|
||||
"label": "7.24.3",
|
||||
"value": "0.0.25"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.23",
|
||||
"defaultValue": "0.0.25",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
@@ -92,7 +92,8 @@
|
||||
"0.0.19",
|
||||
"0.0.21",
|
||||
"0.0.22",
|
||||
"0.0.23"
|
||||
"0.0.23",
|
||||
"0.0.25"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"defaultValue": "9.6"
|
||||
"defaultValue": "11"
|
||||
},
|
||||
"backupRetentionDays": {
|
||||
"type": "int",
|
||||
@@ -175,4 +175,4 @@
|
||||
"value": "[parameters('manual_db_url')]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user