From 981b94cde6cf7f3cd888dd6317067b46bb41f276 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:13:09 +0000 Subject: [PATCH] feat(github-release): update movetokube/postgres-operator to 1.3.2 | datasource | package | from | to | | --------------- | ---------------------------- | ----- | ----- | | github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.2 | | github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.2 | | github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.2 | | github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.2 | --- cluster/crds/ext-postgres-operator/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/crds/ext-postgres-operator/kustomization.yaml b/cluster/crds/ext-postgres-operator/kustomization.yaml index 058b11f612..3059d988f4 100644 --- a/cluster/crds/ext-postgres-operator/kustomization.yaml +++ b/cluster/crds/ext-postgres-operator/kustomization.yaml @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://raw.githubusercontent.com/movetokube/postgres-operator/1.1.1/deploy/crds/db.movetokube.com_postgres_crd.yaml - - https://raw.githubusercontent.com/movetokube/postgres-operator/1.1.1/deploy/crds/db.movetokube.com_postgresusers_crd.yaml + - https://raw.githubusercontent.com/movetokube/postgres-operator/1.3.2/deploy/crds/db.movetokube.com_postgres_crd.yaml + - https://raw.githubusercontent.com/movetokube/postgres-operator/1.3.2/deploy/crds/db.movetokube.com_postgresusers_crd.yaml