Skip to content

Commit b987e26

Browse files
committed
doc modifications
1 parent abcf711 commit b987e26

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

docs/hugo/content/en/first_cluster/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ kind: postgresql
1616
metadata:
1717
name: cluster-1
1818
spec:
19-
dockerImage: "docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.6-1"
19+
dockerImage: "docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1"
2020
numberOfInstances: 1
2121
postgresql:
22-
version: "17"
22+
version: "18"
2323
resources:
2424
limits:
2525
cpu: 500m
@@ -30,7 +30,7 @@ spec:
3030
volume:
3131
size: 5Gi
3232
```
33-
Based on this Manifest the Operator will deploy a single-Node-Cluster based on the defined dockerImage and start the included Postgres-17-Server.
33+
Based on this Manifest the Operator will deploy a single-Node-Cluster based on the defined dockerImage and start the included Postgres-18-Server.
3434
Also created is a volume based on your default-storage Class. The Ressource-Definiton means, that we reserve a half cpu and a half GB Memory for this Cluster with the same Definition as limit.
3535

3636
After some seconds we should see, that the operator creates our cluster based on the declared definitions.

docs/hugo/content/en/ha_cluster/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ kind: postgresql
3030
metadata:
3131
name: cluster-1
3232
spec:
33-
dockerImage: "docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.6-1"
33+
dockerImage: "docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1"
3434
numberOfInstances: 2
3535
postgresql:
36-
version: "17"
36+
version: "18"
3737
resources:
3838
limits:
3939
cpu: 500m

docs/hugo/content/en/release_notes/_index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ date: 2024-03-11T14:26:51+01:00
44
draft: false
55
weight: 2500
66
---
7+
### 0.9.0
8+
9+
#### Features
10+
- Adding PG18
11+
-
12+
- Changed SecurityContext to readonly
13+
14+
#### Fixes
15+
- pgBackRest Restore with TDE
16+
- Fix for Monitoring pgBackRest
17+
- Dependency updates and several small changes
18+
19+
#### Supported Versions
20+
21+
- PG: 13 - 17
22+
- Patroni: 4.0.5
23+
- pgBackRest: 2.54.2
24+
- Kubernetes: 1.21 - 1.32
25+
- Openshift: 4.8 - 4.18
726

827
### 0.8.3
928

0 commit comments

Comments
 (0)