Skip to content

Commit

Permalink
chore: bump rc10 -> rc11 for glueops-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored May 20, 2024
1 parent d17bacc commit ff9d661
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 @@ -42,7 +42,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.43.0-rc10"
source = "git::https://github.com/GlueOps/platform-helm-chart-platform.git?ref=v0.43.0-rc11"
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.42.0"
argocd_crd_version = var.argocd_app_version
argocd_helm_chart_version = "5.54.0"
glueops_platform_version = "v0.43.0-rc10" # this also needs to be updated in the module.glueops_platform_helm_values // generate-helm-values.tf
glueops_platform_version = "v0.43.0-rc11" # this also needs to be updated in the module.glueops_platform_helm_values // generate-helm-values.tf
tools_version = "v0.10.0"
}

Expand Down

0 comments on commit ff9d661

Please sign in to comment.