From 18e27388d008b751decb6cb8f8786126b9828b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:29:04 +0000 Subject: [PATCH] build(deps): bump postgresql::modern-gitops-stack-module-postgresql Bumps [postgresql::modern-gitops-stack-module-postgresql](https://github.com/GersonRS/modern-gitops-stack-module-postgresql) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/GersonRS/modern-gitops-stack-module-postgresql/releases) - [Changelog](https://github.com/GersonRS/modern-gitops-stack-module-postgresql/blob/main/CHANGELOG.md) - [Commits](https://github.com/GersonRS/modern-gitops-stack-module-postgresql/compare/v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: postgresql::github::GersonRS/modern-gitops-stack-module-postgresql::v2.10.0 dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/kind/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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