mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
ARM templates. Xray template for 3.15.3
This commit is contained in:
@@ -123,32 +123,18 @@
|
|||||||
"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.11.2",
|
"defaultValue": "3.15.3",
|
||||||
"toolTip": "Version of Xray to deploy",
|
"toolTip": "Version of Xray to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
{
|
{
|
||||||
"label": "3.6.2",
|
"label": "3.15.1",
|
||||||
"value": "0.0.3"
|
"value": "0.0.10"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "3.8.2",
|
"label": "3.15.3",
|
||||||
"value": "0.0.4"
|
"value": "0.0.11"
|
||||||
},
|
}
|
||||||
{
|
|
||||||
"label": "3.8.5",
|
|
||||||
"value": "0.0.5"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "3.9.1",
|
|
||||||
"value": "0.0.6"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "3.10.3",
|
|
||||||
"value": "0.0.7"
|
|
||||||
},
|
|
||||||
{ "label": "3.11.2", "value": "0.0.8"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -19,14 +19,10 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.8",
|
"defaultValue": "0.0.11",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.3",
|
"0.0.10",
|
||||||
"0.0.4",
|
"0.0.11"
|
||||||
"0.0.5",
|
|
||||||
"0.0.6",
|
|
||||||
"0.0.7",
|
|
||||||
"0.0.8"
|
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"value": "10.0.1.0/24"
|
"value": "10.0.1.0/24"
|
||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"value": "0.0.8"
|
"value": "0.0.11"
|
||||||
},
|
},
|
||||||
"artifactoryURL": {
|
"artifactoryURL": {
|
||||||
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"
|
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"
|
||||||
|
|||||||
@@ -19,15 +19,10 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.9",
|
"defaultValue": "0.0.11",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.3",
|
"0.0.10",
|
||||||
"0.0.4",
|
"0.0.11"
|
||||||
"0.0.5",
|
|
||||||
"0.0.6",
|
|
||||||
"0.0.7",
|
|
||||||
"0.0.8",
|
|
||||||
"0.0.9"
|
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
|
|||||||
Reference in New Issue
Block a user