From cf2d17cda71d97e5bc10dd2d97de77143608c54f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:54:36 +0000 Subject: [PATCH] chore(deps): update dependency cert-manager/cert-manager to v1.21.2 --- scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index 05bcef1..5448646 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -77,7 +77,7 @@ KUBE_CONFIG_PATH="${REPO_ROOT}/k8s/kube-config.yaml" # Demo deployment versions # renovate: datasource=github-releases depName=cert-manager/cert-manager -CERT_MANAGER_VERSION="${CERT_MANAGER_VERSION:-v1.21.1}" +CERT_MANAGER_VERSION="${CERT_MANAGER_VERSION:-v1.21.2}" # renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg CNPG_VERSION="${CNPG_VERSION:-v1.30.0}" # Derived: bare version and release branch suffix (e.g. v1.29.0 -> 1.29.0, 1.29)