Skip to content

Commit 8e51a92

Browse files
chore(patch): update glueops/platform-helm-chart-platform to v0.70.8 #patch
1 parent 389c02f commit 8e51a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generate-helm-values.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ locals {
4848

4949
module "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

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)