|
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.7.1-0 |
| 5 | + cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.2-0 |
6 | 6 |
|
7 | 7 | # relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
|
8 | 8 | relatedImages:
|
9 | 9 | postgres_17:
|
10 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-0 |
| 10 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-1 |
11 | 11 | postgres_17_gis_3.4:
|
12 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.2-3.4-0 |
| 12 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.2-3.4-1 |
13 | 13 | postgres_16:
|
14 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.6-0 |
| 14 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.6-1 |
15 | 15 | postgres_16_gis_3.4:
|
16 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.4-0 |
| 16 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.4-1 |
17 | 17 | postgres_16_gis_3.3:
|
18 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.3-0 |
| 18 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.3-1 |
19 | 19 | postgres_15:
|
20 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.10-0 |
| 20 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.10-1 |
21 | 21 | postgres_15_gis_3.3:
|
22 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.10-3.3-0 |
| 22 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.10-3.3-1 |
23 | 23 | pgadmin:
|
24 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-32 |
| 24 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-33 |
25 | 25 | pgbackrest:
|
26 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.53.1-1 |
| 26 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.0-0 |
27 | 27 | pgbouncer:
|
28 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-1 |
| 28 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-2 |
29 | 29 | pgexporter:
|
30 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-13 |
| 30 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-14 |
31 | 31 | pgupgrade:
|
32 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.1-0 |
| 32 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.2-0 |
33 | 33 | standalone_pgadmin:
|
34 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.12-1 |
| 34 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.14-0 |
35 | 35 |
|
36 | 36 | # singleNamespace controls where PGO watches for PostgresClusters. When false,
|
37 | 37 | # PGO watches for and responds to PostgresClusters in all namespaces. When true,
|
|
0 commit comments