Skip to content

Commit 2245909

Browse files
committed
add compatibility matrix in README.md
1 parent dff124d commit 2245909

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
AboutBits PostgreSQL Operator is a Kubernetes operator that helps you manage PostgreSQL databases, schemas, roles (users), and privileges in a declarative way using Custom Resource Definitions (CRDs).
44

5+
## Compatibility
6+
7+
| Component | Supported Versions |
8+
|----------------|--------------------|
9+
| **PostgreSQL** | 15, 16, 17, 18 |
10+
| **Kubernetes** | 1.29+ |
11+
12+
> **Note:** Kubernetes 1.29+ is required due to the use of CRD CEL validations (GA in 1.29, Beta in 1.25).
13+
514
## Architecture
615

716
```

0 commit comments

Comments
 (0)