Skip to content

Commit 82639d5

Browse files
committed
Revert "revert 18 -> 17 for release prior to EPAS 18"
This reverts commit 6b5b42a.
1 parent c013ed7 commit 82639d5

14 files changed

+23
-23
lines changed

product_docs/docs/postgres_for_kubernetes/1/bootstrap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ file on the source PostgreSQL instance:
626626
host replication streaming_replica all md5
627627
```
628628

629-
The following manifest creates a new PostgreSQL 17.6 cluster,
629+
The following manifest creates a new PostgreSQL 18.1 cluster,
630630
called `target-db`, using the `pg_basebackup` bootstrap method
631631
to clone an external PostgreSQL cluster defined as `source-db`
632632
(in the `externalClusters` array). As you can see, the `source-db`
@@ -641,7 +641,7 @@ metadata:
641641
name: target-db
642642
spec:
643643
instances: 3
644-
imageName: docker.enterprisedb.com/k8s/postgresql:17.6-standard-ubi9
644+
imageName: docker.enterprisedb.com/k8s/postgresql:18.1-standard-ubi9
645645
646646
bootstrap:
647647
pg_basebackup:
@@ -676,7 +676,7 @@ in the same Kubernetes cluster.
676676
This example can be easily adapted to cover an instance that resides
677677
outside the Kubernetes cluster.
678678

679-
The manifest defines a new PostgreSQL 17.6 cluster called `cluster-clone-tls`,
679+
The manifest defines a new PostgreSQL 18.1 cluster called `cluster-clone-tls`,
680680
which is bootstrapped using the `pg_basebackup` method from the `cluster-example`
681681
external cluster. The host is identified by the read/write service
682682
in the same cluster, while the `streaming_replica` user is authenticated
@@ -691,7 +691,7 @@ metadata:
691691
name: cluster-clone-tls
692692
spec:
693693
instances: 3
694-
imageName: docker.enterprisedb.com/k8s/postgresql:17.6-standard-ubi9
694+
imageName: docker.enterprisedb.com/k8s/postgresql:18.1-standard-ubi9
695695
696696
bootstrap:
697697
pg_basebackup:

product_docs/docs/postgres_for_kubernetes/1/declarative_hibernation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ kubectl cnp status <cluster-name>
5555
Cluster Summary
5656
Name: cluster-example
5757
Namespace: default
58-
PostgreSQL Image: docker.enterprisedb.com/k8s/postgresql:17.6-standard-ubi9
58+
PostgreSQL Image: docker.enterprisedb.com/k8s/postgresql:18.1-standard-ubi9
5959
Primary instance: cluster-example-2
6060
Status: Cluster in healthy state
6161
Instances: 3

product_docs/docs/postgres_for_kubernetes/1/kubectl-plugin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ kubectl cnp status sandbox
221221
Cluster Summary
222222
Name: default/sandbox
223223
System ID: 7423474350493388827
224-
PostgreSQL Image: docker.enterprisedb.com/k8s/edb-postgres-extended:17.6-standard-ubi9
224+
PostgreSQL Image: docker.enterprisedb.com/k8s/edb-postgres-extended:18.1-standard-ubi9
225225
Primary instance: sandbox-1
226226
Primary start time: 2024-10-08 18:31:57 +0000 UTC (uptime 1m14s)
227227
Status: Cluster in healthy state
@@ -259,7 +259,7 @@ kubectl cnp status sandbox --verbose
259259
Cluster Summary
260260
Name: default/sandbox
261261
System ID: 7423474350493388827
262-
PostgreSQL Image: docker.enterprisedb.com/k8s/edb-postgres-extended:17.6-standard-ubi8
262+
PostgreSQL Image: docker.enterprisedb.com/k8s/edb-postgres-extended:18.1-standard-ubi8
263263
Primary instance: sandbox-1
264264
Primary start time: 2024-10-08 18:31:57 +0000 UTC (uptime 2m4s)
265265
Status: Cluster in healthy state

product_docs/docs/postgres_for_kubernetes/1/logging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ metadata:
207207
name: cluster-example
208208
spec:
209209
instances: 3
210-
imageName: docker.enterprisedb.com/k8s/edb-postgres-advanced:17-standard-ubi9
210+
imageName: docker.enterprisedb.com/k8s/edb-postgres-advanced:18-standard-ubi9
211211
212212
postgresql:
213213
epas:

product_docs/docs/postgres_for_kubernetes/1/logical_replication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ metadata:
351351
spec:
352352
instances: 1
353353
354-
imageName: docker.enterprisedb.com/k8s/postgresql:17-standard-ubi9
354+
imageName: docker.enterprisedb.com/k8s/postgresql:18-standard-ubi9
355355
356356
storage:
357357
size: 1Gi

product_docs/docs/postgres_for_kubernetes/1/migrating_edb_registries.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ metadata:
140140
name: postgresql-extended-cluster
141141
spec:
142142
instances: 3
143-
imageName: docker.enterprisedb.com/k8s_enterprise/edb-postgres-extended:17-standard-ubi9
143+
imageName: docker.enterprisedb.com/k8s_enterprise/edb-postgres-extended:18-standard-ubi9
144144
```
145145
146146
Here is a cluster manifest that deploys three EDB Postgres Extended instances. The image path referenced in `spec.imageName` is out of date and will need to be updated:
147147

148148
```yaml
149-
imageName: docker.enterprisedb.com/k8s/edb-postgres-extended:17-standard-ubi9
149+
imageName: docker.enterprisedb.com/k8s/edb-postgres-extended:18-standard-ubi9
150150
```
151151

152152
Deploy this update in the usual manner (`kubectl apply ...`).

product_docs/docs/postgres_for_kubernetes/1/quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ kubectl get pods -l k8s.enterprisedb.io/cluster=<CLUSTER>
170170
By default, the operator will install the latest available minor version
171171
of the latest major version of Community PostgreSQL when the operator was released.
172172
You can override this by setting the `imageName` key in the `spec` section of
173-
the `Cluster` definition. For example, to install EDB Postgres Advanced 16.10 you can use:
173+
the `Cluster` definition. For example, to install EDB Postgres Advanced 18.1 you can use:
174174

175175
```yaml
176176
apiVersion: postgresql.k8s.enterprisedb.io/v1
@@ -179,11 +179,11 @@ metadata:
179179
# [...]
180180
spec:
181181
# [...]
182-
imageName: docker.enterprisedb.com/k8s/edb-postgres-advanced:16.10-standard-ubi9
182+
imageName: docker.enterprisedb.com/k8s/edb-postgres-advanced:18.1-standard-ubi9
183183
#[...]
184184
```
185185

186-
And to install EDB Postgres Extended 17 you can use:
186+
And to install EDB Postgres Extended 18 you can use:
187187

188188
```yaml
189189
apiVersion: postgresql.k8s.enterprisedb.io/v1
@@ -192,7 +192,7 @@ metadata:
192192
# [...]
193193
spec:
194194
# [...]
195-
imageName: docker.enterprisedb.com/k8s/edb-postgres-extended:17-standard-ubi9
195+
imageName: docker.enterprisedb.com/k8s/edb-postgres-extended:18-standard-ubi9
196196
#[...]
197197
```
198198

product_docs/docs/postgres_for_kubernetes/1/samples/cluster-example-epas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: postgresql-advanced-cluster
55
spec:
66
instances: 3
7-
imageName: docker.enterprisedb.com/k8s/edb-postgres-advanced:17-standard-ubi9
7+
imageName: docker.enterprisedb.com/k8s/edb-postgres-advanced:18-standard-ubi9
88

99
storage:
1010
size: 1Gi

product_docs/docs/postgres_for_kubernetes/1/samples/cluster-example-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ metadata:
3535
name: cluster-example-full
3636
spec:
3737
description: "Example of cluster"
38-
imageName: docker.enterprisedb.com/k8s/postgresql:17.6-system-ubi9
38+
imageName: docker.enterprisedb.com/k8s/postgresql:18.1-system-ubi9
3939
# imagePullSecret is only required if the images are located in a private registry
4040
# imagePullSecrets:
4141
# - name: private_registry_access

product_docs/docs/postgres_for_kubernetes/1/samples/cluster-example-logical-source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
instances: 3
77

8-
imageName: docker.enterprisedb.com/k8s/postgresql:17-system-ubi9
8+
imageName: docker.enterprisedb.com/k8s/postgresql:18-system-ubi9
99

1010
storage:
1111
size: 1Gi

0 commit comments

Comments
 (0)