Skip to content

Commit 3959596

Browse files
authored
Merge pull request #37 from cybertec-postgresql/v0.8.3
V0.8.3
2 parents da50441 + 504174f commit 3959596

File tree

7 files changed

+48
-7
lines changed

7 files changed

+48
-7
lines changed

cluster-tutorials/multisite/Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Important note on the multisite cluster
2+
3+
The cluster manifest alone is not sufficient to set up a multisite cluster correctly. Additional configuration steps are required, which are described in the documentation.
4+
5+
**Please consult the complete documentation at the following URL before proceeding with the setup:**
6+
7+
[Multisite cluster documentation](https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/multisite/)
8+
9+
> Without considering the further configuration steps, malfunctions or unexpected behaviour may occur in the cluster.
10+
11+
## Further information
12+
For questions or support, please contact the responsible team or consult the official documentation.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
apiVersion: cpo.opensource.cybertec.at/v1
2+
kind: postgresql
3+
metadata:
4+
name: multisite-cluster
5+
namespace: cpo
6+
labels:
7+
app.kubernetes.io/name: postgres-cluster
8+
app.kubernetes.io/instance: multisite-cluster
9+
spec:
10+
dockerImage: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-multisite-17.4-1
11+
numberOfInstances: 1
12+
postgresql:
13+
version: '17'
14+
resources:
15+
limits:
16+
cpu: 500m
17+
memory: 500Mi
18+
requests:
19+
cpu: 500m
20+
memory: 500Mi
21+
teamId: acid
22+
volume:
23+
size: 5Gi
24+
patroni:
25+
ttl: 30
26+
loop_wait: 10
27+
retry_timeout: 10
28+
multisite:
29+
enable: true

cluster-tutorials/pgbackrest_with_pvc/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: cpo.opensource.cybertec.at/v1
22
kind: postgresql
33
metadata:
4-
name: cluster-1
4+
name: cluster-pvc-1
55
spec:
66
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
77
numberOfInstances: 1
@@ -31,4 +31,4 @@ spec:
3131
full: 30 2 * * *
3232
storage: pvc
3333
volume:
34-
size: 10Gi
34+
size: 10Gi

docs/index.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ entries:
33
postgres-operator:
44
- apiVersion: v2
55
appVersion: 0.8.3
6-
created: "2025-03-14T16:59:12.834702554+01:00"
6+
created: "2025-04-04T09:11:14.575733822+02:00"
77
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
88
(CPO).
9-
digest: 6e694e29b3aae4f270d66aaa7b61b0186b5ddd42e3d038ce3a6fc72462b335a8
9+
digest: c63960331058590711189c1a4487aca03c1ba0cec9e162e485b8646fce5d5392
1010
name: postgres-operator
1111
type: application
1212
urls:
1313
- https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.3.tgz
1414
version: 0.8.3
1515
- apiVersion: v2
1616
appVersion: 0.8.2
17-
created: "2025-03-14T16:59:12.834338114+01:00"
17+
created: "2025-04-04T09:11:14.575395961+02:00"
1818
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
1919
(CPO).
2020
digest: 403e5e1156250f663064db02ccf09e74be0dccc025556a02e502e349222c1a92
@@ -23,4 +23,4 @@ entries:
2323
urls:
2424
- https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.2.tgz
2525
version: 0.8.2
26-
generated: "2025-03-14T16:59:12.833575349+01:00"
26+
generated: "2025-04-04T09:11:14.574887876+02:00"

docs/postgres-operator-0.8.3.tgz

3 Bytes
Binary file not shown.

setup/helm/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ imagePullSecretNames: []
1515

1616
# Define the operator settings to add to the configmap
1717
operatorSettings:
18-
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-1'
18+
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-2'
1919
postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
2020
poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1'
2121
watched_namespace: '*'

setup/monitoring.tar.gz

21.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)