mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Updated default artifactory version to 5.10.0 for CloudFormation and Terraform installers
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
"ArtifactoryVersion": {
|
"ArtifactoryVersion": {
|
||||||
"Description": "Artifactory version to deploy",
|
"Description": "Artifactory version to deploy",
|
||||||
"Type": "String",
|
"Type": "String",
|
||||||
"Default": "5.8.1"
|
"Default": "5.10.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"ArtifactoryLicense1": {
|
"ArtifactoryLicense1": {
|
||||||
@@ -1347,4 +1347,4 @@
|
|||||||
"Value" : { "Fn::Join" : [ "", [ "http://", { "Fn::GetAtt" : [ "ElasticLoadBalancer", "DNSName" ]}]]}
|
"Value" : { "Fn::Join" : [ "", [ "http://", { "Fn::GetAtt" : [ "ElasticLoadBalancer", "DNSName" ]}]]}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ variable "key_name" {
|
|||||||
|
|
||||||
variable "artifactory_version" {
|
variable "artifactory_version" {
|
||||||
description = "Artifactory version to deploy"
|
description = "Artifactory version to deploy"
|
||||||
default = "5.8.1"
|
default = "5.10.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "artifactory_license_1" {
|
variable "artifactory_license_1" {
|
||||||
@@ -130,4 +130,4 @@ variable "aws_amis" {
|
|||||||
sa-east-1 = "ami-6dd04501"
|
sa-east-1 = "ami-6dd04501"
|
||||||
cn-north-1 = "ami-8e6aa0e3"
|
cn-north-1 = "ami-8e6aa0e3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user