Skip to content

Commit

Permalink
Update branch version to 3.1.0-rc.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhlee445 committed Jul 24, 2024
1 parent f8dd390 commit 7daf302
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cluster_provisioning/dev-e2e/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ variable "amis" {
metrics = "ami-0ec9395bcd3c9b44c" # metrics v4.17 - 240715
grq = "ami-059583a64a2daab95" # grq v4.18 - 240715
factotum = "ami-09a4f8d2ac5190255" # factotum v4.16 - 240715
autoscale = "ami-05d1383b9765b51db" # verdi v4.16 patchdate - 240715
autoscale = "ami-09f953f51f1d84913" # verdi v4.16 patchdate - 240717
}
}

Expand Down
12 changes: 6 additions & 6 deletions cluster_provisioning/int_pst_ops_devcommon_override.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ variable "hysds_release" {
}

variable "lambda_package_release" {
default = "3.0.0-rc.6.0"
default = "3.1.0-rc.4.0"
}

variable "pcm_commons_branch" {
default = "3.0.0-rc.6.0"
default = "3.1.0-rc.4.0"
}

variable "pcm_branch" {
default = "3.0.0-rc.6.0"
default = "3.1.0-rc.4.0"
}

variable "product_delivery_branch" {
default = "3.0.0-rc.6.0"
default = "3.1.0-rc.4.0"
}

variable "bach_api_branch" {
default = "3.0.0-rc.6.0"
default = "3.1.0-rc.4.0"
}

variable "bach_ui_branch" {
default = "3.0.0-rc.6.0"
default = "3.1.0-rc.4.0"
}
2 changes: 1 addition & 1 deletion cluster_provisioning/modules/common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ variable "amis" {
metrics = "ami-0ec9395bcd3c9b44c" # metrics v4.17 - 240715
grq = "ami-059583a64a2daab95" # grq v4.18 - 240715
factotum = "ami-09a4f8d2ac5190255" # factotum v4.16 - 240715
autoscale = "ami-05d1383b9765b51db" # verdi v4.16 patchdate - 240715
autoscale = "ami-09f953f51f1d84913" # verdi v4.16 patchdate - 240717
}
}

Expand Down

0 comments on commit 7daf302

Please sign in to comment.