mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 22:06:55 -06:00
INST-5035 - Changes in Artifactory version and set hide confiramation to false
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.41.7",
|
"defaultValue": "7.46.11",
|
||||||
"toolTip": "Version of Artifactory to deploy",
|
"toolTip": "Version of Artifactory to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -239,6 +239,10 @@
|
|||||||
{
|
{
|
||||||
"label": "7.41.7",
|
"label": "7.41.7",
|
||||||
"value": "0.0.41"
|
"value": "0.0.41"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "7.46.11",
|
||||||
|
"value": "0.0.42"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
@@ -259,7 +263,7 @@
|
|||||||
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideConfirmation": true
|
"hideConfirmation": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -276,7 +280,7 @@
|
|||||||
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideConfirmation": true
|
"hideConfirmation": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.41",
|
"defaultValue": "0.0.42",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -106,7 +106,8 @@
|
|||||||
"0.0.38",
|
"0.0.38",
|
||||||
"0.0.39",
|
"0.0.39",
|
||||||
"0.0.40",
|
"0.0.40",
|
||||||
"0.0.41"
|
"0.0.41",
|
||||||
|
"0.0.42"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
@@ -328,7 +329,7 @@
|
|||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
"apiVersion": "2021-12-01",
|
"apiVersion": "2021-04-01",
|
||||||
"name": "pid-9cc90849-b021-4272-a33f-1922bd5c0f99-partnercenter",
|
"name": "pid-9cc90849-b021-4272-a33f-1922bd5c0f99-partnercenter",
|
||||||
"type": "Microsoft.Resources/deployments",
|
"type": "Microsoft.Resources/deployments",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.40",
|
"defaultValue": "0.0.42",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -105,7 +105,9 @@
|
|||||||
"0.0.37",
|
"0.0.37",
|
||||||
"0.0.38",
|
"0.0.38",
|
||||||
"0.0.39",
|
"0.0.39",
|
||||||
"0.0.40"
|
"0.0.40",
|
||||||
|
"0.0.41",
|
||||||
|
"0.0.42"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
|
|||||||
@@ -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.55.2",
|
"defaultValue": "3.60.2",
|
||||||
"toolTip": "Version of Xray to deploy",
|
"toolTip": "Version of Xray to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -218,6 +218,10 @@
|
|||||||
{
|
{
|
||||||
"label": "3.55.2",
|
"label": "3.55.2",
|
||||||
"value": "0.0.35"
|
"value": "0.0.35"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "3.60.2",
|
||||||
|
"value": "0.0.36"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
@@ -238,7 +242,7 @@
|
|||||||
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideConfirmation": true
|
"hideConfirmation": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -255,7 +259,7 @@
|
|||||||
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideConfirmation": true
|
"hideConfirmation": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.35",
|
"defaultValue": "0.0.36",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
@@ -43,7 +43,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.36"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.34",
|
"defaultValue": "0.0.36",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
@@ -42,7 +42,9 @@
|
|||||||
"0.0.31",
|
"0.0.31",
|
||||||
"0.0.32",
|
"0.0.32",
|
||||||
"0.0.33",
|
"0.0.33",
|
||||||
"0.0.34"
|
"0.0.34",
|
||||||
|
"0.0.35",
|
||||||
|
"0.0.36"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
|
|||||||
Reference in New Issue
Block a user