From 752e9b612962c30562f43c65ea0c42c43c4ba694 Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Tue, 5 Sep 2023 21:51:45 -0700 Subject: [PATCH] fix: argocd health check for loki metacontroller CRDs (#87) * fix: argocd health check for loki metacontroller CRDs * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] --- README.md | 2 +- generate-helm-values.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d834cc61..234267bb 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ No requirements. | Name | Source | Version | |------|--------|---------| -| [argocd\_helm\_values](#module\_argocd\_helm\_values) | git::https://github.com/GlueOps/docs-argocd.git | v0.6.1 | +| [argocd\_helm\_values](#module\_argocd\_helm\_values) | git::https://github.com/GlueOps/docs-argocd.git | v0.6.2 | | [captain\_repository](#module\_captain\_repository) | ./modules/github-captain-repository/0.1.0 | n/a | | [captain\_repository\_files](#module\_captain\_repository\_files) | ./modules/github-captain-repository-files/0.1.0 | n/a | | [common\_s3](#module\_common\_s3) | ./modules/multy-s3-bucket/0.1.0 | n/a | diff --git a/generate-helm-values.tf b/generate-helm-values.tf index 6e31e235..05de79e8 100644 --- a/generate-helm-values.tf +++ b/generate-helm-values.tf @@ -92,7 +92,7 @@ resource "aws_s3_object" "platform_helm_values" { module "argocd_helm_values" { for_each = local.environment_map - source = "git::https://github.com/GlueOps/docs-argocd.git?ref=v0.6.1" + source = "git::https://github.com/GlueOps/docs-argocd.git?ref=v0.6.2" tenant_key = var.tenant_key cluster_environment = each.value.environment_name client_secret = random_password.dex_argocd_client_secret[each.value.environment_name].result