22# controllerImages are used to run the operator's controllers.
33# The cluster image defined below runs the PostgresCluster and PGUpgrade controllers.
44controllerImages :
5- cluster : registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.6.0 -0
5+ cluster : registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.6.1 -0
66
77# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
88relatedImages :
99 postgres_16 :
10- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3-1
10+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.4-0
1111 postgres_16_gis_3.4 :
12- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3 -3.4-1
12+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4 -3.4-0
1313 postgres_16_gis_3.3 :
14- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3 -3.3-1
14+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4 -3.3-0
1515 postgres_15 :
16- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.7-1
16+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.8-0
1717 postgres_15_gis_3.3 :
18- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.7 -3.3-1
18+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.8 -3.3-0
1919 pgadmin :
20- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-26
20+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-29
2121 pgbackrest :
22- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51 -1
22+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.52.1 -1
2323 pgbouncer :
24- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-1
24+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-4
2525 pgexporter :
26- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-7
26+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-10
2727 pgupgrade :
28- image : registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.6.0 -0
28+ image : registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.6.1 -0
2929 standalone_pgadmin :
30- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.6-1
30+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.10-0
3131
3232# singleNamespace controls where PGO watches for PostgresClusters. When false,
3333# PGO watches for and responds to PostgresClusters in all namespaces. When true,
@@ -44,7 +44,6 @@ imagePullSecretNames: []
4444# Resource configuration of the PostgresCluster and PGUpgrade controllers.
4545resources :
4646 controller : {}
47-
4847# Define custom labels for PGO pods
4948# Note: Defining labels that overlap with any Crunchy Data label, for example,
5049# postgres-operator.crunchydata.com, will cause an error
0 commit comments