mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 22:06:55 -06:00
update artifactory version
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "Artifactory-vm image version to deploy.",
|
||||
"defaultValue": "7.29.8",
|
||||
"defaultValue": "7.33.9",
|
||||
"toolTip": "Version of Artifactory to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -219,7 +219,11 @@
|
||||
{
|
||||
"label": "7.29.8",
|
||||
"value": "0.0.35"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "7.33.9",
|
||||
"value: "0.0.37"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
},
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.35",
|
||||
"defaultValue": "0.0.37",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
@@ -101,7 +101,8 @@
|
||||
"0.0.32",
|
||||
"0.0.33",
|
||||
"0.0.34",
|
||||
"0.0.35"
|
||||
"0.0.35",
|
||||
"0.0.37"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
|
||||
@@ -101,7 +101,8 @@
|
||||
"0.0.32",
|
||||
"0.0.33",
|
||||
"0.0.34",
|
||||
"0.0.35"
|
||||
"0.0.35",
|
||||
"0.0.37"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Artifactory-vm image version to deploy."
|
||||
|
||||
@@ -87,10 +87,10 @@
|
||||
"value": "vmuser"
|
||||
},
|
||||
"adminPassword": {
|
||||
"value": "Password!123"
|
||||
"value": "OWERWRITE_THE_PASSWORD"
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"value": "7.33.9"
|
||||
"value": "OWERWRITE_LATEST_VERSION"
|
||||
},
|
||||
"scriptName": {
|
||||
"value": "install_pro7_to_vm.sh"
|
||||
|
||||
Reference in New Issue
Block a user