mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 07:06:56 -06:00
Arm 7.11.2 (#68)
* ARM templates - Postgresql JDBC driver is updated (for 7.10.2 compatibility) * ARM templates - RT and JCR 7.10.2, Xray 3.9.1 * VM image publish template - RT 7.10.5 * ARM template for 7.10.5 * ARM template for Xray 3.10.3 * Updated artifactoryVersion and location * Updated 7.10.5 version for JCR Azure application * updated version on azuredeploy_ms_ps.json * updated azuredeploy_ms_ps.json * updated azuredeploy_ms_ps.json * updated 7.10.6 verion in azuredeploy_ms_ps.json, MP_submission/createUiDefinition.json, MP_submission/mainTemplate.json * Updated the Version for JCR * updated new xray version 3.11.2 in template files * updated new x-ray version in createUiDefinition.json mainTemplate.json * updated createUiDefinition.json mainTemplate.json * updated 7.11.2 changes for xray, rt and jcr * ARM template, fixing formatting Co-authored-by: danielmkn <danielmi@jfrog.com> Co-authored-by: Aayush-sood94 <aayush.sood1@igtsolutions.com>
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "JFrog Container Registry-vm image version to deploy.",
|
||||
"defaultValue": "7.10.2",
|
||||
"defaultValue": "7.11.2",
|
||||
"toolTip": "Version of JFrog Container Registry to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -124,6 +124,18 @@
|
||||
{
|
||||
"label": "7.10.2",
|
||||
"value": "0.0.3"
|
||||
},
|
||||
{
|
||||
"label": "7.10.5",
|
||||
"value": "0.0.4"
|
||||
},
|
||||
{
|
||||
"label": "7.10.6",
|
||||
"value": "0.0.5"
|
||||
},
|
||||
{
|
||||
"label": "7.11.2",
|
||||
"value": "0.0.61"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
@@ -178,6 +190,7 @@
|
||||
"validationMessage": "Provide SSL Certificate Key."
|
||||
},
|
||||
"options": {
|
||||
|
||||
"hideConfirmation": true
|
||||
}
|
||||
},
|
||||
@@ -345,4 +358,4 @@
|
||||
"storageAccountType": "[steps('storageConfig').storageAccountsType]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user