| 
2 | 2 | # controllerImages are used to run the operator's controllers.  | 
3 | 3 | # The cluster image defined below runs the PostgresCluster and PGUpgrade controllers.  | 
4 | 4 | controllerImages:  | 
5 |  | -  cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.4.0-0  | 
 | 5 | +  cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.4.1-0  | 
6 | 6 | 
 
  | 
7 | 7 | # relatedImages are used when an image is omitted from PostgresCluster or PGUpgrade specs.  | 
8 | 8 | relatedImages:  | 
9 | 9 |   postgres_15:  | 
10 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-2  | 
 | 10 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-3  | 
11 | 11 |   postgres_15_gis_3.3:  | 
12 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.3-3.3-2  | 
 | 12 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.3-3.3-3  | 
13 | 13 |   postgres_14:  | 
14 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-2  | 
 | 14 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-3  | 
15 | 15 |   postgres_14_gis_3.1:  | 
16 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.1-2  | 
 | 16 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.1-3  | 
17 | 17 |   postgres_14_gis_3.2:  | 
18 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.2-2  | 
 | 18 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.2-3  | 
19 | 19 |   postgres_14_gis_3.3:  | 
20 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.3-2  | 
 | 20 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.3-3  | 
21 | 21 |   pgadmin:  | 
22 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-15  | 
 | 22 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-16  | 
23 | 23 |   pgbackrest:  | 
24 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-2  | 
 | 24 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-3  | 
25 | 25 |   pgbouncer:  | 
26 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-2  | 
 | 26 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-3  | 
27 | 27 |   pgexporter:  | 
28 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.0-0  | 
 | 28 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.1-0  | 
29 | 29 |   pgupgrade:  | 
30 |  | -    image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.4.0-0  | 
 | 30 | +    image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.4.1-0  | 
31 | 31 | 
 
  | 
32 | 32 | # singleNamespace controls where PGO watches for PostgresClusters. When false,  | 
33 | 33 | # PGO watches for and responds to PostgresClusters in all namespaces. When true,  | 
 | 
0 commit comments