|
1 | 1 | --- |
2 | 2 | # controllerImages are used to run the PostgresCluster and PGUpgrade controllers. |
3 | 3 | controllerImages: |
4 | | - cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.3.0-0 |
5 | | - upgrade: registry.developers.crunchydata.com/crunchydata/postgres-operator-upgrade:ubi8-5.3.0-0 |
| 4 | + cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.3.1-0 |
| 5 | + upgrade: registry.developers.crunchydata.com/crunchydata/postgres-operator-upgrade:ubi8-5.3.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.1-0 |
| 10 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0 |
11 | 11 | postgres_15_gis_3.3: |
12 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.1-3.3-0 |
| 12 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.2-3.3-0 |
13 | 13 | postgres_14: |
14 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-2 |
| 14 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.7-0 |
15 | 15 | postgres_14_gis_3.1: |
16 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.1-2 |
| 16 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.7-3.1-0 |
17 | 17 | postgres_14_gis_3.2: |
18 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.2-2 |
| 18 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.7-3.2-0 |
19 | 19 | postgres_14_gis_3.3: |
20 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.3-2 |
| 20 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.7-3.3-0 |
21 | 21 | postgres_13: |
22 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.9-2 |
| 22 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.10-0 |
23 | 23 | postgres_13_gis_3.0: |
24 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.0-2 |
| 24 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.10-3.0-0 |
25 | 25 | postgres_13_gis_3.1: |
26 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.1-2 |
| 26 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.10-3.1-0 |
27 | 27 | pgadmin: |
28 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-8 |
| 28 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-10 |
29 | 29 | pgbackrest: |
30 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-2 |
| 30 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-4 |
31 | 31 | pgbouncer: |
32 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-5 |
| 32 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-7 |
33 | 33 | pgexporter: |
34 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.3.0-0 |
| 34 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.3.1-0 |
35 | 35 | pgupgrade: |
36 | | - image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.3.0-0 |
| 36 | + image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.3.1-0 |
37 | 37 |
|
38 | 38 | # singleNamespace controls where PGO watches for PostgresClusters. When false, |
39 | 39 | # PGO watches for and responds to PostgresClusters in all namespaces. When true, |
|
0 commit comments