Skip to content

Commit

Permalink
updating catalog for the cloudnative-pg 1.25.0 (#4944)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
  • Loading branch information
sxd authored Dec 24, 2024
1 parent c50f700 commit d3bb266
Show file tree
Hide file tree
Showing 15 changed files with 1,507 additions and 178 deletions.
124 changes: 124 additions & 0 deletions catalogs/v4.12/cloudnative-pg/catalog.yaml

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions catalogs/v4.13/cloudnative-pg/catalog.yaml

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions catalogs/v4.14/cloudnative-pg/catalog.yaml

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions catalogs/v4.15/cloudnative-pg/catalog.yaml

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions catalogs/v4.16/cloudnative-pg/catalog.yaml

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions catalogs/v4.17/cloudnative-pg/catalog.yaml

Large diffs are not rendered by default.

525 changes: 525 additions & 0 deletions catalogs/v4.18/cloudnative-pg/catalog.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions operators/cloudnative-pg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# - basic: generates a basic catalog
# - semver: generates a catalog with semver versioning

PDW=$(shell pwd)
OPERATOR_NAME=$(shell basename $(PDW))
PWD=$(shell pwd)
OPERATOR_NAME=$(shell basename $(PWD))
TOPDIR=$(abspath $(dir $(PWD))/../)
BINDIR=${TOPDIR}/bin

Expand All @@ -21,7 +21,7 @@ export PATH := $(BINDIR):$(PATH)
CATALOG_DIR=${TOPDIR}/catalogs

# A place to store the operator catalog templates
OPERATOR_CATALOG_TEMPLATE_DIR = ${PDW}/catalog-templates
OPERATOR_CATALOG_TEMPLATE_DIR = ${PWD}/catalog-templates

# The operator pipeline image to use for the fbc-onboarding target
OPERATOR_PIPELINE_IMAGE ?= quay.io/redhat-isv/operator-pipelines-images:released
Expand All @@ -34,7 +34,7 @@ CONTAINERS_AUTH := $(XDG_RUNTIME_DIR)/containers/auth.json
# This list can be customized to include the versions that are relevant to the operator
# DO NOT change this line (except for the versions) if you want to take advantage
# of the automated catalog promotion
OCP_VERSIONS=$(shell echo "v4.12 v4.13 v4.14 v4.15 v4.16 v4.17" )
OCP_VERSIONS=$(shell echo "v4.12 v4.13 v4.14 v4.15 v4.16 v4.17 v4.18" )


.PHONY: fbc-onboarding
Expand Down
62 changes: 33 additions & 29 deletions operators/cloudnative-pg/catalog-templates/v4.12.yaml

Large diffs are not rendered by default.

62 changes: 33 additions & 29 deletions operators/cloudnative-pg/catalog-templates/v4.13.yaml

Large diffs are not rendered by default.

62 changes: 33 additions & 29 deletions operators/cloudnative-pg/catalog-templates/v4.14.yaml

Large diffs are not rendered by default.

62 changes: 33 additions & 29 deletions operators/cloudnative-pg/catalog-templates/v4.15.yaml

Large diffs are not rendered by default.

62 changes: 33 additions & 29 deletions operators/cloudnative-pg/catalog-templates/v4.16.yaml

Large diffs are not rendered by default.

62 changes: 33 additions & 29 deletions operators/cloudnative-pg/catalog-templates/v4.17.yaml

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions operators/cloudnative-pg/catalog-templates/v4.18.yaml

Large diffs are not rendered by default.

0 comments on commit d3bb266

Please sign in to comment.