update artifactory version

This commit is contained in:
Logeshwarsn
2022-02-11 14:47:50 +05:30
parent 16e44520b2
commit c4c665642a
4 changed files with 13 additions and 7 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.29.8", "defaultValue": "7.33.9",
"toolTip": "Version of Artifactory to deploy", "toolTip": "Version of Artifactory to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -219,7 +219,11 @@
{ {
"label": "7.29.8", "label": "7.29.8",
"value": "0.0.35" "value": "0.0.35"
} },
{
"label": "7.33.9",
"value: "0.0.37"
}
], ],
"required": true "required": true
}, },

View File

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

View File

@@ -101,7 +101,8 @@
"0.0.32", "0.0.32",
"0.0.33", "0.0.33",
"0.0.34", "0.0.34",
"0.0.35" "0.0.35",
"0.0.37"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."

View File

@@ -87,10 +87,10 @@
"value": "vmuser" "value": "vmuser"
}, },
"adminPassword": { "adminPassword": {
"value": "Password!123" "value": "OWERWRITE_THE_PASSWORD"
}, },
"artifactoryVersion": { "artifactoryVersion": {
"value": "7.33.9" "value": "OWERWRITE_LATEST_VERSION"
}, },
"scriptName": { "scriptName": {
"value": "install_pro7_to_vm.sh" "value": "install_pro7_to_vm.sh"