diff --git a/README.adoc b/README.adoc index 3948366..20e877a 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]] <> @@ -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 @@ -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]] <> diff --git a/locals.tf b/locals.tf index f15a37d..cb6093a 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({ @@ -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