Skip to content

Commit 7c84fa1

Browse files
feat: Default to PG17 again (#69)
1 parent 9a10619 commit 7c84fa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/paradedb/test/paradedb-enterprise/01-paradedb-NCC-1701-D_cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type: paradedb-enterprise
22
mode: standalone
33
version:
4-
major: "16"
4+
major: "17"
55
paradedb: "0.12.2"
66
cluster:
77
instances: 1

charts/paradedb/test/paradedb-minio-backup-restore/01-paradedb_cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type: paradedb
22
mode: standalone
33
version:
4-
major: "16"
4+
major: "17"
55
paradedb: "0.12.2"
66
cluster:
77
instances: 2

charts/paradedb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type: paradedb
1111

1212
version:
1313
# -- PostgreSQL major version to use
14-
postgresql: "16"
14+
postgresql: "17"
1515
# -- The ParadeDB version, set in the publish CI workflow from the latest paradedb/paradedb GitHub tag
1616
# -- We default to v0.12.2 for testing and local development
1717
paradedb: "0.12.2"

0 commit comments

Comments
 (0)