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