|
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.5.1-0 |
| 5 | + cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.5.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_16: |
10 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.2-0 |
| 10 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3-0 |
11 | 11 | postgres_16_gis_3.4: |
12 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.2-3.4-0 |
| 12 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.4-0 |
13 | 13 | postgres_16_gis_3.3: |
14 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.2-3.3-0 |
| 14 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.3-0 |
15 | 15 | postgres_15: |
16 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.6-0 |
| 16 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.7-0 |
17 | 17 | postgres_15_gis_3.3: |
18 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.6-3.3-0 |
| 18 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.7-3.3-0 |
19 | 19 | pgadmin: |
20 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-22 |
| 20 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-25 |
21 | 21 | pgbackrest: |
22 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.49-0 |
| 22 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51-0 |
23 | 23 | pgbouncer: |
24 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-3 |
| 24 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-0 |
25 | 25 | pgexporter: |
26 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-3 |
| 26 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-6 |
27 | 27 | pgupgrade: |
28 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.5.1-0 |
| 28 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.5.2-0 |
29 | 29 | standalone_pgadmin: |
30 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-7.8-3 |
| 30 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.6-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