File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ locals {
4848
4949module "glueops_platform_helm_values" {
5050 for_each = local. environment_map
51- source = " git::https://github.com/GlueOps/platform-helm-chart-platform.git?ref=v0.70.6 "
51+ source = " git::https://github.com/GlueOps/platform-helm-chart-platform.git?ref=v0.70.8 "
5252 captain_repo_b64encoded_private_deploy_key = base64encode (module. captain_repository [each . value . environment_name ]. private_deploy_key )
5353 captain_repo_ssh_clone_url = module. captain_repository [each . value . environment_name ]. ssh_clone_url
5454 this_is_development = var. this_is_development
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ locals {
153153 argocd_app_version = " v3.0.20"
154154 codespace_version = " v0.130.0"
155155 argocd_helm_chart_version = " 8.2.7"
156- glueops_platform_version = " v0.70.6 " # this also needs to be updated in the module.glueops_platform_helm_values // generate-helm-values.tf
156+ glueops_platform_version = " v0.70.8 " # this also needs to be updated in the module.glueops_platform_helm_values // generate-helm-values.tf
157157 tools_version = " v0.35.0"
158158 calico_helm_chart_version = " v3.30.4"
159159 calico_ctl_version = " v3.30.4"
You can’t perform that action at this time.
0 commit comments