diff --git a/examples/kind/main.tf b/examples/kind/main.tf index 965457f..9e84b3a 100644 --- a/examples/kind/main.tf +++ b/examples/kind/main.tf @@ -94,7 +94,7 @@ module "oidc" { } module "postgresql" { - source = "git::https://github.com/GersonRS/modern-gitops-stack-module-postgresql.git?ref=v2.10.0" + source = "git::https://github.com/GersonRS/modern-gitops-stack-module-postgresql.git?ref=v2.11.0" cluster_name = local.cluster_name base_domain = local.base_domain subdomain = local.subdomain