|
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:ubi9-5.8.0-0 |
| 5 | + cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.1-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:ubi9-17.4-2513 |
| 10 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.4-2516 |
11 | 11 | postgres_17_gis_3.5:
|
12 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.5-2513 |
| 12 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.5-2516 |
13 | 13 | postgres_17_gis_3.4:
|
14 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2513 |
| 14 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2516 |
15 | 15 | postgres_16:
|
16 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513 |
| 16 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2516 |
17 | 17 | postgres_16_gis_3.4:
|
18 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2513 |
| 18 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2516 |
19 | 19 | postgres_16_gis_3.3:
|
20 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513 |
| 20 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2516 |
21 | 21 | pgbackrest:
|
22 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2513 |
| 22 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2516 |
23 | 23 | pgbouncer:
|
24 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2513 |
| 24 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2516 |
25 | 25 | pgexporter:
|
26 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.16.0-2513 |
| 26 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2516 |
27 | 27 | pgupgrade:
|
28 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2513 |
| 28 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2516 |
29 | 29 | standalone_pgadmin:
|
30 |
| - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.1-2513 |
| 30 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.2-2516 |
31 | 31 | collector:
|
32 |
| - image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.0-0 |
| 32 | + image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.1-0 |
33 | 33 |
|
34 | 34 | # singleNamespace controls where PGO watches for PostgresClusters. When false,
|
35 | 35 | # PGO watches for and responds to PostgresClusters in all namespaces. When true,
|
|
0 commit comments