mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
Arm 7.17.4 (#99)
* updated artifactory 7.17.4 & x-ray 3.21.2 changes in require files * update default release version in createUiDefinition.json of Artifactory & X-ray
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Artifactory-vm image version to deploy.",
|
||||
"defaultValue": "7.15.4",
|
||||
"defaultValue": "7.17.4",
|
||||
"toolTip": "Version of Artifactory to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -155,7 +155,11 @@
|
||||
{
|
||||
"label": "7.15.4",
|
||||
"value": "0.0.12"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "7.17.4",
|
||||
"value": "0.0.14"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
},
|
||||
|
||||
@@ -79,13 +79,14 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.12",
|
||||
"defaultValue": "0.0.14",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
"0.0.12"
|
||||
"0.0.12",
|
||||
"0.0.14"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
|
||||
Reference in New Issue
Block a user