From 8e54f3fcfdb2c8a43a5af82bab82a020f34b0758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:33:51 +0000 Subject: [PATCH] Update dependency zalando/postgres-operator to v1.12.2 --- .../components/postgresql-operator/kustomization.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kustomization/components/postgresql-operator/kustomization.yml b/kustomization/components/postgresql-operator/kustomization.yml index bcff09dce..28d5f650a 100644 --- a/kustomization/components/postgresql-operator/kustomization.yml +++ b/kustomization/components/postgresql-operator/kustomization.yml @@ -13,10 +13,10 @@ patches: name: postgres-operator resources: # renovate: datasource=github-releases - - https://github.com/zalando/postgres-operator/raw/v1.12.0/manifests/operatorconfiguration.crd.yaml + - https://github.com/zalando/postgres-operator/raw/v1.12.2/manifests/operatorconfiguration.crd.yaml # renovate: datasource=github-releases - - https://github.com/zalando/postgres-operator/raw/v1.12.0/manifests/postgresql-operator-default-configuration.yaml + - https://github.com/zalando/postgres-operator/raw/v1.12.2/manifests/postgresql-operator-default-configuration.yaml # renovate: datasource=github-releases - - https://github.com/zalando/postgres-operator/raw/v1.12.0/manifests/operator-service-account-rbac.yaml + - https://github.com/zalando/postgres-operator/raw/v1.12.2/manifests/operator-service-account-rbac.yaml # renovate: datasource=github-releases - - https://github.com/zalando/postgres-operator/raw/v1.12.0/manifests/postgres-operator.yaml + - https://github.com/zalando/postgres-operator/raw/v1.12.2/manifests/postgres-operator.yaml