You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
integrate seamlessly with the [`image volume extensions` feature](https://cloudnative-pg.io/documentation/current/imagevolume_extensions/)
9
9
in CloudNativePG.
10
10
11
-
For detailed instructions on building the images, see the [BUILD.md file](BUILD.md).
11
+
For detailed instructions on building the images, see the [`BUILD.md` file](BUILD.md).
12
12
13
13
---
14
14
15
15
## Requirements
16
16
17
17
-**CloudNativePG** ≥ 1.27
18
18
-**PostgreSQL** ≥ 18 (requires the `extension_control_path` feature)
19
-
-**Kubernetes** 1.33+ with [ImageVolume feature enabled](https://kubernetes.io/blog/2024/08/16/kubernetes-1-31-image-volume-source/)
19
+
-**Kubernetes** 1.33+ (with [ImageVolume feature enabled in 1.33 and 1.34](https://kubernetes.io/blog/2024/08/16/kubernetes-1-31-image-volume-source/))
20
20
21
21
---
22
22
23
23
## Supported Extensions
24
24
25
-
-[pgvector](pgvector) - Vector similarity search for PostgreSQL
26
-
-[PostGIS](postgis) - Geospatial database extension for PostgreSQL
27
-
-[pgAudit](pgaudit) - PostgreSQL Audit Extension
25
+
CloudNativePG actively maintains the following third-party extensions, provided
26
+
they are maintained by their respective authors, and PostgreSQL Debian Group
0 commit comments