From b18c558659f2e22f8ab1f123e63bdb6823d21c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Wed, 3 Apr 2024 11:28:33 +0200 Subject: [PATCH 1/4] fix: fix upgrade check which was broken by the chart v1.6.0 --- locals.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locals.tf b/locals.tf index f15a37d..b6117ca 100644 --- a/locals.tf +++ b/locals.tf @@ -28,8 +28,8 @@ locals { longhornManager = { tolerations = var.tolerations } - helmPreUpgradeCheckerJob = { - enabled = var.enable_preupgrade_check + preUpgradeChecker = { + jobEnabled = var.enable_preupgrade_check } } backups = merge({ From 8a00d933f8b1a72d21dd292cf7ebb0093fb79d57 Mon Sep 17 00:00:00 2001 From: lentidas Date: Wed, 3 Apr 2024 09:30:42 +0000 Subject: [PATCH 2/4] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 3948366..75d5be2 100644 --- a/README.adoc +++ b/README.adoc @@ -299,7 +299,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v3.3.0"` +Default: `"v3.4.0"` ==== [[input_helm_values]] <> @@ -656,7 +656,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v3.3.0"` +|`"v3.4.0"` |no |[[input_helm_values]] <> From e2add55f37773face3c4ae94fe3dfdd40cd1f478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Wed, 3 Apr 2024 11:43:57 +0200 Subject: [PATCH 3/4] feat: upgrade OAuth Proxy image version --- locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.tf b/locals.tf index b6117ca..cb6093a 100644 --- a/locals.tf +++ b/locals.tf @@ -41,7 +41,7 @@ locals { } : null) numberOfReplicas = var.replica_count oidc = var.oidc != null ? { - oauth2_proxy_image = "quay.io/oauth2-proxy/oauth2-proxy:v7.5.0" + oauth2_proxy_image = "quay.io/oauth2-proxy/oauth2-proxy:v7.6.0" issuer_url = var.oidc.issuer_url redirect_url = format("https://%s/oauth2/callback", local.domain_full) client_id = var.oidc.client_id From 7f5d3fd29e0ccf3ab791f5c7cc8fb310789094b1 Mon Sep 17 00:00:00 2001 From: lentidas Date: Wed, 3 Apr 2024 09:44:22 +0000 Subject: [PATCH 4/4] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 75d5be2..20e877a 100644 --- a/README.adoc +++ b/README.adoc @@ -588,9 +588,9 @@ Description: ID to pass other modules in order to refer to this module as a depe |=== |Name |Version |[[provider_random]] <> |>= 3 -|[[provider_null]] <> |n/a |[[provider_utils]] <> |>= 1 |[[provider_argocd]] <> |>= 5 +|[[provider_null]] <> |n/a |=== = Resources