mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
ARM templates - RT 7.10.2, JCR 7.10.2, Xray 3.9.1
- minor changes in VM image templates
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
"name": "artifactoryVersion",
|
||||
"type": "Microsoft.Common.DropDown",
|
||||
"label": "JFrog Container Registry-vm image version to deploy.",
|
||||
"defaultValue": "7.7.3",
|
||||
"defaultValue": "7.10.2",
|
||||
"toolTip": "Version of JFrog Container Registry to deploy",
|
||||
"constraints": {
|
||||
"allowedValues": [
|
||||
@@ -120,6 +120,10 @@
|
||||
{
|
||||
"label": "7.7.3",
|
||||
"value": "0.0.2"
|
||||
},
|
||||
{
|
||||
"label": "7.10.2",
|
||||
"value": "0.0.3"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
@@ -25,12 +25,13 @@
|
||||
},
|
||||
"artifactoryVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.2",
|
||||
"defaultValue": "0.0.3",
|
||||
"allowedValues": [
|
||||
"7.2.1",
|
||||
"7.3.2",
|
||||
"7.4.3",
|
||||
"0.0.2"
|
||||
"0.0.2",
|
||||
"0.0.3"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "JFrog Container Registry-vm image version to deploy."
|
||||
|
||||
Reference in New Issue
Block a user