Skip to content

Commit

Permalink
feat: bump rc15 -> final release for v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Jan 17, 2024
1 parent 130a1ed commit 2e01a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate-helm-values.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ locals {

module "glueops_platform_helm_values" {
for_each = local.environment_map
source = "git::https://github.com/GlueOps/platform-helm-chart-platform.git?ref=v0.37.0-rc15"
source = "git::https://github.com/GlueOps/platform-helm-chart-platform.git?ref=v0.37.0"
captain_repo_b64encoded_private_deploy_key = base64encode(module.captain_repository[each.value.environment_name].private_deploy_key)
captain_repo_ssh_clone_url = module.captain_repository[each.value.environment_name].ssh_clone_url
this_is_development = var.this_is_development
Expand Down
2 changes: 1 addition & 1 deletion modules/tenant-readme/0.1.0/readme.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ locals {
codespace_version = "v0.33.1"
argocd_crd_version = var.argocd_app_version
argocd_helm_chart_version = "5.50.1"
glueops_platform_version = "v0.37.0-rc15" # this also needs to be updated in the module.glueops_platform_helm_values // generate-helm-values.tf
glueops_platform_version = "v0.37.0" # this also needs to be updated in the module.glueops_platform_helm_values // generate-helm-values.tf
tools_version = "v0.6.0"
}

Expand Down

0 comments on commit 2e01a03

Please sign in to comment.