Skip to content

Commit

Permalink
Update branch version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhlee445 committed Aug 27, 2024
1 parent 9df6b42 commit 05114bd
Showing 1 changed file with 6 additions and 6 deletions.
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.5.0"
default = "3.0.0"
}

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

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

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

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

variable "bach_ui_branch" {
default = "3.1.0-rc.5.0"
default = "3.0.0"
}

0 comments on commit 05114bd

Please sign in to comment.