mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
Updated all configuration file for artifactory 7.25.7 (#163)
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.25.6",
|
"defaultValue": "7.25.7",
|
||||||
"toolTip": "Version of Artifactory to deploy",
|
"toolTip": "Version of Artifactory to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -191,6 +191,10 @@
|
|||||||
{
|
{
|
||||||
"label": "7.25.6",
|
"label": "7.25.6",
|
||||||
"value": "0.0.27"
|
"value": "0.0.27"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "7.25.7",
|
||||||
|
"value": "0.0.28"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.27",
|
"defaultValue": "0.0.28",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -94,7 +94,8 @@
|
|||||||
"0.0.22",
|
"0.0.22",
|
||||||
"0.0.23",
|
"0.0.23",
|
||||||
"0.0.25",
|
"0.0.25",
|
||||||
"0.0.27"
|
"0.0.27",
|
||||||
|
"0.0.28"
|
||||||
],
|
],
|
||||||
"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.27",
|
"defaultValue": "0.0.28",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -94,7 +94,8 @@
|
|||||||
"0.0.22",
|
"0.0.22",
|
||||||
"0.0.23",
|
"0.0.23",
|
||||||
"0.0.25",
|
"0.0.25",
|
||||||
"0.0.27"
|
"0.0.27",
|
||||||
|
"0.0.28"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
|
|||||||
Reference in New Issue
Block a user