Skip to content

Commit ebb4e1b

Browse files
public-glueops-renovatebot[bot]venkatamutyalagithub-actions[bot]
authored
chore(patch): update glueops/platform-helm-chart-platform to v0.70.1 #patch (#554)
* chore(patch): update glueops/platform-helm-chart-platform to v0.70.1 #patch * docs: automated update of terraform docs --------- Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Co-authored-by: Venkat <venkata@venkatamutyala.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6800fc2 commit ebb4e1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Some dependencies for this module must be creates prior to its use, including:
5252
| <a name="module_common_s3_v2"></a> [common\_s3\_v2](#module\_common\_s3\_v2) | ./modules/multy-s3-bucket/0.2.0 | n/a |
5353
| <a name="module_dnssec_key"></a> [dnssec\_key](#module\_dnssec\_key) | git::https://github.com/GlueOps/terraform-module-cloud-aws-dnssec-kms-key.git | v0.3.0 |
5454
| <a name="module_generate_gluekube_creds"></a> [generate\_gluekube\_creds](#module\_generate\_gluekube\_creds) | ./modules/gluekube/0.1.0 | n/a |
55-
| <a name="module_glueops_platform_helm_values"></a> [glueops\_platform\_helm\_values](#module\_glueops\_platform\_helm\_values) | git::https://github.com/GlueOps/platform-helm-chart-platform.git | v0.70.0 |
55+
| <a name="module_glueops_platform_helm_values"></a> [glueops\_platform\_helm\_values](#module\_glueops\_platform\_helm\_values) | git::https://github.com/GlueOps/platform-helm-chart-platform.git | v0.70.1 |
5656
| <a name="module_glueops_platform_versions"></a> [glueops\_platform\_versions](#module\_glueops\_platform\_versions) | ./modules/platform-chart-version/0.1.0 | n/a |
5757
| <a name="module_loki_s3"></a> [loki\_s3](#module\_loki\_s3) | ./modules/multy-s3-bucket/0.1.0 | n/a |
5858
| <a name="module_tenant_cluster_versions"></a> [tenant\_cluster\_versions](#module\_tenant\_cluster\_versions) | ./modules/kubernetes-versions/0.1.0 | n/a |

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.0"
51+
source = "git::https://github.com/GlueOps/platform-helm-chart-platform.git?ref=v0.70.1"
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.0" # this also needs to be updated in the module.glueops_platform_helm_values // generate-helm-values.tf
156+
glueops_platform_version = "v0.70.1" # 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)