Updated template files for artifactory 7.21.12 & xray 3.29.0

This commit is contained in:
anupteal
2021-08-04 21:33:16 +05:30
parent 3e3d398d13
commit e0678777c4
4 changed files with 16 additions and 6 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.21.8", "defaultValue": "7.21.12",
"toolTip": "Version of Artifactory to deploy", "toolTip": "Version of Artifactory to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -179,6 +179,10 @@
{ {
"label": "7.21.8", "label": "7.21.8",
"value": "0.0.22" "value": "0.0.22"
},
{
"label": "7.21.12",
"value": "0.0.23"
} }
], ],
"required": true "required": true

View File

@@ -79,7 +79,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.22", "defaultValue": "0.0.23",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
@@ -91,7 +91,8 @@
"0.0.18", "0.0.18",
"0.0.19", "0.0.19",
"0.0.21", "0.0.21",
"0.0.22" "0.0.22",
"0.0.23"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."

View File

@@ -123,7 +123,7 @@
"name": "xrayVersion", "name": "xrayVersion",
"type": "Microsoft.Common.DropDown", "type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.", "label": "Xray-vm image version to deploy.",
"defaultValue": "3.27.4", "defaultValue": "3.29.0",
"toolTip": "Version of Xray to deploy", "toolTip": "Version of Xray to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -174,6 +174,10 @@
{ {
"label": "3.27.4", "label": "3.27.4",
"value": "0.0.24" "value": "0.0.24"
},
{
"label": "3.29.0",
"value": "0.0.25"
} }
], ],
"required": true "required": true

View File

@@ -19,7 +19,7 @@
}, },
"xrayVersion": { "xrayVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.24", "defaultValue": "0.0.25",
"allowedValues": [ "allowedValues": [
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
@@ -32,7 +32,8 @@
"0.0.21", "0.0.21",
"0.0.22", "0.0.22",
"0.0.23", "0.0.23",
"0.0.24" "0.0.24",
"0.0.25"
], ],
"metadata": { "metadata": {
"description": "Xray-vm image version to deploy." "description": "Xray-vm image version to deploy."