Skip to content

Commit

Permalink
Change branch version to 3.0.0-rc.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhlee445 committed Aug 13, 2024
1 parent 810e0ca commit 1e670e0
Show file tree
Hide file tree
Showing 3 changed files with 7 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-09f953f51f1d84913" # verdi v4.16 patchdate - 240717
autoscale = "ami-05d1383b9765b51db" # verdi v4.16 patchdate - 240715
}
}

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.1.0-rc.4.0"
default = "3.0.0-rc.7.0"
}

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

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

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

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

variable "bach_ui_branch" {
default = "3.1.0-rc.4.0"
default = "3.0.0-rc.7.0"
}
1 change: 0 additions & 1 deletion cluster_provisioning/modules/common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ variable "amis" {
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 1e670e0

Please sign in to comment.