mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Arm 7.17.5 (#104)
* Update azuredeploy.json * updated createUiDefinition.json & mainTemplate.json * updated latest change of artifactory 7.17.5 & X-ray 3.22.1 * -preview removed from azuredeploy.json
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.17.4",
|
"defaultValue": "7.17.5",
|
||||||
"toolTip": "Version of Artifactory to deploy",
|
"toolTip": "Version of Artifactory to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -159,6 +159,10 @@
|
|||||||
{
|
{
|
||||||
"label": "7.17.4",
|
"label": "7.17.4",
|
||||||
"value": "0.0.14"
|
"value": "0.0.14"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "7.17.5",
|
||||||
|
"value": "0.0.15"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -79,14 +79,15 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.14",
|
"defaultValue": "0.0.15",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
"0.0.12",
|
"0.0.12",
|
||||||
"0.0.14"
|
"0.0.14",
|
||||||
|
"0.0.15"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
|
|||||||
@@ -79,14 +79,15 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.14",
|
"defaultValue": "0.0.15",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
"0.0.12",
|
"0.0.12",
|
||||||
"0.0.14"
|
"0.0.14",
|
||||||
|
"0.0.15"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
"value": "OWERWRITE_THE_PASSWORD"
|
"value": "OWERWRITE_THE_PASSWORD"
|
||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"value": "7.17.4"
|
"value": "7.17.5"
|
||||||
},
|
},
|
||||||
"scriptName": {
|
"scriptName": {
|
||||||
"value": "install_pro7_to_vm.sh"
|
"value": "install_pro7_to_vm.sh"
|
||||||
|
|||||||
@@ -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.21.2",
|
"defaultValue": "3.22.1",
|
||||||
"toolTip": "Version of Xray to deploy",
|
"toolTip": "Version of Xray to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -150,6 +150,10 @@
|
|||||||
{
|
{
|
||||||
"label": "3.21.2",
|
"label": "3.21.2",
|
||||||
"value": "0.0.17"
|
"value": "0.0.17"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "3.22.1",
|
||||||
|
"value": "0.0.18"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -19,14 +19,15 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.17",
|
"defaultValue": "0.0.18",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
"0.0.13",
|
"0.0.13",
|
||||||
"0.0.14",
|
"0.0.14",
|
||||||
"0.0.15",
|
"0.0.15",
|
||||||
"0.0.17"
|
"0.0.17",
|
||||||
|
"0.0.18"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
|
|||||||
@@ -19,14 +19,15 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.17",
|
"defaultValue": "0.0.18",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
"0.0.13",
|
"0.0.13",
|
||||||
"0.0.14",
|
"0.0.14",
|
||||||
"0.0.15",
|
"0.0.15",
|
||||||
"0.0.17"
|
"0.0.17",
|
||||||
|
"0.0.18"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
"value": "OWERWRITE_THE_PASSWORD"
|
"value": "OWERWRITE_THE_PASSWORD"
|
||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"value": "3.21.2"
|
"value": "3.22.1"
|
||||||
},
|
},
|
||||||
"scriptName": {
|
"scriptName": {
|
||||||
"value": "install_xray_to_vm.sh"
|
"value": "install_xray_to_vm.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user