mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Updated new RT version 7.35.2
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.33.12",
|
"defaultValue": "7.35.2",
|
||||||
"toolTip": "Version of Artifactory to deploy",
|
"toolTip": "Version of Artifactory to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -227,6 +227,10 @@
|
|||||||
{
|
{
|
||||||
"label": "7.33.12",
|
"label": "7.33.12",
|
||||||
"value": "0.0.38"
|
"value": "0.0.38"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "7.35.2",
|
||||||
|
"value": "0.0.39"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.38",
|
"defaultValue": "0.0.39",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -103,7 +103,8 @@
|
|||||||
"0.0.34",
|
"0.0.34",
|
||||||
"0.0.35",
|
"0.0.35",
|
||||||
"0.0.37",
|
"0.0.37",
|
||||||
"0.0.38"
|
"0.0.38",
|
||||||
|
"0.0.39"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.35",
|
"defaultValue": "0.0.39",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -102,7 +102,9 @@
|
|||||||
"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",
|
||||||
|
"0.0.39"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
|
|||||||
@@ -87,10 +87,10 @@
|
|||||||
"value": "vmuser"
|
"value": "vmuser"
|
||||||
},
|
},
|
||||||
"adminPassword": {
|
"adminPassword": {
|
||||||
"value": "Password!123"
|
"value": "OWERWRITE_THE_PASSWORD"
|
||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"value": "7.35.2"
|
"value": "OWERWRITE_LATEST_VERSION"
|
||||||
},
|
},
|
||||||
"scriptName": {
|
"scriptName": {
|
||||||
"value": "install_pro7_to_vm.sh"
|
"value": "install_pro7_to_vm.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user