Skip to content

Commit 8280e9c

Browse files
Merge pull request #139 from CodeForPhilly/fix/cnpg-shared-cluster-pg18
fix(cnpg): use PG 18 PostGIS+pgvector image on shared-cluster
2 parents 45ebb5c + 45b7a4c commit 8280e9c

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/cloudnative-pg/charts.git"
3-
ref = "refs/tags/cloudnative-pg-v0.23.1"
3+
ref = "refs/tags/cloudnative-pg-v0.28.0"

infra/cloudnative-pg/shared-cluster.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ metadata:
55
namespace: cloudnative-pg
66
spec:
77
instances: 3
8-
imageName: ghcr.io/cloudnative-pg/postgresql:16.1
8+
imageName: ghcr.io/cloudnative-pg/postgis:18-3-system-trixie
99
storage:
1010
size: 20Gi
11-
11+
1212
managed:
1313
roles:
1414
- name: balancer
1515
login: true
1616
passwordSecret:
1717
name: balancer-db-credentials
18-
19-
postgresql:
20-
parameters:
21-
shared_preload_libraries: 'vector'

0 commit comments

Comments
 (0)