mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
changes in RT versions 7.37.14
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
"name": "artifactoryVersion",
|
"name": "artifactoryVersion",
|
||||||
"type": "Microsoft.Common.DropDown",
|
"type": "Microsoft.Common.DropDown",
|
||||||
"label": "Artifactory-vm image version to deploy.",
|
"label": "Artifactory-vm image version to deploy.",
|
||||||
"defaultValue": "7.35.2",
|
"defaultValue": "7.37.14",
|
||||||
"toolTip": "Version of Artifactory to deploy",
|
"toolTip": "Version of Artifactory to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -231,6 +231,10 @@
|
|||||||
{
|
{
|
||||||
"label": "7.35.2",
|
"label": "7.35.2",
|
||||||
"value": "0.0.39"
|
"value": "0.0.39"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "7.37.14",
|
||||||
|
"value": "0.0.40"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.39",
|
"defaultValue": "0.0.40",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -104,7 +104,8 @@
|
|||||||
"0.0.35",
|
"0.0.35",
|
||||||
"0.0.37",
|
"0.0.37",
|
||||||
"0.0.38",
|
"0.0.38",
|
||||||
"0.0.39"
|
"0.0.39",
|
||||||
|
"0.0.40"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
|
|||||||
Reference in New Issue
Block a user