We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45ebb5c + 45b7a4c commit 8280e9cCopy full SHA for 8280e9c
2 files changed
.holo/sources/cloudnative-pg-chart.toml
@@ -1,3 +1,3 @@
1
[holosource]
2
url = "https://github.com/cloudnative-pg/charts.git"
3
-ref = "refs/tags/cloudnative-pg-v0.23.1"
+ref = "refs/tags/cloudnative-pg-v0.28.0"
infra/cloudnative-pg/shared-cluster.yaml
@@ -5,17 +5,13 @@ metadata:
5
namespace: cloudnative-pg
6
spec:
7
instances: 3
8
- imageName: ghcr.io/cloudnative-pg/postgresql:16.1
+ imageName: ghcr.io/cloudnative-pg/postgis:18-3-system-trixie
9
storage:
10
size: 20Gi
11
-
+
12
managed:
13
roles:
14
- name: balancer
15
login: true
16
passwordSecret:
17
name: balancer-db-credentials
18
19
- postgresql:
20
- parameters:
21
- shared_preload_libraries: 'vector'
0 commit comments