Updated new RT version and vm version

This commit is contained in:
Logeshwarsn
2022-02-24 17:00:22 +05:30
parent b7bf3f132e
commit c618ae5901
2 changed files with 8 additions and 3 deletions

View File

@@ -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.33.9", "defaultValue": "7.33.12",
"toolTip": "Version of Artifactory to deploy", "toolTip": "Version of Artifactory to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -223,6 +223,10 @@
{ {
"label": "7.33.9", "label": "7.33.9",
"value": "0.0.37" "value": "0.0.37"
},
{
"label": "7.33.12",
"value": "0.0.38"
} }
], ],
"required": true "required": true

View File

@@ -79,7 +79,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.37", "defaultValue": "0.0.38",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
@@ -102,7 +102,8 @@
"0.0.33", "0.0.33",
"0.0.34", "0.0.34",
"0.0.35", "0.0.35",
"0.0.37" "0.0.37",
"0.0.38"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."