From f48da8525174084403dd246dde4beba3cf8dfac5 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:16:14 +0000 Subject: [PATCH] feat(github-release): update movetokube/postgres-operator to 1.3.0 | datasource | package | from | to | | --------------- | ---------------------------- | ----- | ----- | | github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.0 | | github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.0 | | github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.0 | | github-releases | movetokube/postgres-operator | 1.1.1 | 1.3.0 | --- 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..f479fd3fa1 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.0/deploy/crds/db.movetokube.com_postgres_crd.yaml + - https://raw.githubusercontent.com/movetokube/postgres-operator/1.3.0/deploy/crds/db.movetokube.com_postgresusers_crd.yaml