mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
Arm 7.29.7 (#189)
* Update azuredeploy.json * Updated all changes for artifactory 7.29.7
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.27.10",
|
"defaultValue": "7.29.7",
|
||||||
"toolTip": "Version of Artifactory to deploy",
|
"toolTip": "Version of Artifactory to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -211,6 +211,10 @@
|
|||||||
{
|
{
|
||||||
"label": "7.27.10",
|
"label": "7.27.10",
|
||||||
"value": "0.0.33"
|
"value": "0.0.33"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "7.29.7",
|
||||||
|
"value": "0.0.34"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.33",
|
"defaultValue": "0.0.34",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -99,7 +99,8 @@
|
|||||||
"0.0.29",
|
"0.0.29",
|
||||||
"0.0.30",
|
"0.0.30",
|
||||||
"0.0.32",
|
"0.0.32",
|
||||||
"0.0.33"
|
"0.0.33",
|
||||||
|
"0.0.34"
|
||||||
],
|
],
|
||||||
"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.33",
|
"defaultValue": "0.0.34",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
@@ -99,7 +99,8 @@
|
|||||||
"0.0.29",
|
"0.0.29",
|
||||||
"0.0.30",
|
"0.0.30",
|
||||||
"0.0.32",
|
"0.0.32",
|
||||||
"0.0.33"
|
"0.0.33",
|
||||||
|
"0.0.34"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
|
|||||||
Reference in New Issue
Block a user