Skip to content

Commit ccf90aa

Browse files
committed
feat: Upgrade to 0.15.6 (#88)
1 parent e71f48c commit ccf90aa

File tree

10 files changed

+16
-12
lines changed

10 files changed

+16
-12
lines changed

charts/paradedb/Chart.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,21 @@ icon: https://raw.githubusercontent.com/paradedb/paradedb/main/docs/logo/light.s
2020
type: application
2121

2222
# The Chart version, set in the publish CI workflow from GitHub Actions Variables
23-
# We default to v0.15.5 for testing and local development
24-
version: 0.15.5
23+
# We default to v0.15.6 for testing and local development
24+
version: 0.15.6
2525

2626
sources:
2727
- https://github.com/paradedb/charts
2828
keywords:
2929
- paradedb
3030
- pg_search
31-
- pg_analytics
3231
- postgresql
3332
- postgres
3433
- database
34+
- full-text
35+
- analytics
36+
- vector
37+
- zero-etl
3538
home: https://paradedb.com
3639
maintainers:
3740
- name: ParadeDB

charts/paradedb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
317317
| recovery.secret.create | bool | `true` | Whether to create a secret for the backup credentials |
318318
| recovery.secret.name | string | `""` | Name of the backup credentials secret |
319319
| type | string | `"paradedb"` | Type of the CNPG database. Available types: * `paradedb` * `paradedb-enterprise` |
320-
| version.paradedb | string | `"0.15.5"` | We default to v0.15.5 for testing and local development |
320+
| version.paradedb | string | `"0.15.6"` | We default to v0.15.6 for testing and local development |
321321
| version.postgresql | string | `"17"` | PostgreSQL major version to use |
322322
| poolers[].name | string | `` | Name of the pooler resource |
323323
| poolers[].instances | number | `1` | The number of replicas we want |

charts/paradedb/examples/image-catalog-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: postgresql
22
mode: standalone
33
version:
44
major: "17"
5-
paradedb: "0.15.5"
5+
paradedb: "0.15.6"
66
cluster:
77
instances: 1
88
imageCatalogRef:

charts/paradedb/examples/image-catalog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: postgresql
22
mode: standalone
33
version:
44
major: "17"
5-
paradedb: "0.15.5"
5+
paradedb: "0.15.6"
66
cluster:
77
instances: 1
88
backups:

charts/paradedb/examples/paradedb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: paradedb
22
mode: standalone
33
version:
44
postgresql: "17"
5-
paradedb: "0.15.5"
5+
paradedb: "0.15.6"
66
cluster:
77
instances: 1
88
backups:

charts/paradedb/templates/cluster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ spec:
6565
{{- if or (eq .Values.type "paradedb") (eq .Values.type "paradedb-enterprise") }}
6666
- pg_search
6767
- pg_analytics
68+
- pg_parquet
6869
- pg_cron
6970
{{- end }}
7071
{{- with .Values.cluster.postgresql.shared_preload_libraries }}

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
@@ -2,7 +2,7 @@ type: paradedb-enterprise
22
mode: standalone
33
version:
44
major: "17"
5-
paradedb: "0.15.1"
5+
paradedb: "0.15.6"
66
cluster:
77
instances: 2
88
storage:

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
@@ -2,7 +2,7 @@ type: paradedb
22
mode: standalone
33
version:
44
major: "17"
5-
paradedb: "0.15.5"
5+
paradedb: "0.15.6"
66
cluster:
77
instances: 2
88
storage:

charts/paradedb/test/scheduledbackups/01-scheduledbackups_cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: paradedb
22
mode: standalone
33
version:
44
major: "17"
5-
paradedb: "0.15.5"
5+
paradedb: "0.15.6"
66
cluster:
77
instances: 1
88
storage:

charts/paradedb/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ version:
1515
# -- PostgreSQL major version to use
1616
postgresql: "17"
1717
# -- The ParadeDB version, set in the publish CI workflow from the latest paradedb/paradedb GitHub tag
18-
# -- We default to v0.15.5 for testing and local development
19-
paradedb: "0.15.5"
18+
# -- We default to v0.15.6 for testing and local development
19+
paradedb: "0.15.6"
2020

2121
###
2222
# -- Cluster mode of operation. Available modes:

0 commit comments

Comments
 (0)