mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 08:06:57 -06:00
Updated Artifactory version to 6.2.0
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "6.1.0",
|
"defaultValue": "6.2.0",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory version to deploy. Supported from 5.8.0 and above."
|
"description": "Artifactory version to deploy. Supported from 5.8.0 and above."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"value": "GEN-PASSWORD"
|
"value": "GEN-PASSWORD"
|
||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"value": "6.1.0"
|
"value": "6.2.0"
|
||||||
},
|
},
|
||||||
"masterKey": {
|
"masterKey": {
|
||||||
"value": "35767fa0164bac66b6cccb8880babefb"
|
"value": "35767fa0164bac66b6cccb8880babefb"
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"ArtifactoryVersion": {
|
"ArtifactoryVersion": {
|
||||||
"Description": "Artifactory version to deploy",
|
"Description": "Artifactory version to deploy",
|
||||||
"Type": "String",
|
"Type": "String",
|
||||||
"Default": "6.1.0"
|
"Default": "6.2.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"ArtifactoryLicense1": {
|
"ArtifactoryLicense1": {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ variable "key_name" {
|
|||||||
|
|
||||||
variable "artifactory_version" {
|
variable "artifactory_version" {
|
||||||
description = "Artifactory version to deploy"
|
description = "Artifactory version to deploy"
|
||||||
default = "6.1.0"
|
default = "6.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "artifactory_license_1" {
|
variable "artifactory_license_1" {
|
||||||
|
|||||||
Reference in New Issue
Block a user