Skip to content

Commit

Permalink
Fixed cron database name (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Noël <[email protected]>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev authored and philippemnoel committed Feb 3, 2025
1 parent 3724029 commit 88c5e7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions charts/paradedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,15 +409,9 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
| recovery.s3.secretKey | string | `""` | |
| recovery.secret.create | bool | `true` | Whether to create a secret for the backup credentials |
| recovery.secret.name | string | `""` | Name of the backup credentials secret |
<<<<<<< HEAD
| type | string | `"paradedb"` | Type of the CNPG database. Available types: * `paradedb` * `paradedb-enterprise` |
| version.paradedb | string | `"0.15.0"` | We default to v0.15.0 for testing and local development |
| version.postgresql | string | `"17"` | PostgreSQL major version to use |
=======
| type | string | `"paradedb"` | Type of the CNPG database. Available types: * `paradedb` |
| version.paradedb | string | `"0.11.0"` | We default to v0.11.0 for testing and local development |
| version.postgresql | string | `"16"` | PostgreSQL major version to use |
> 6ea0301 (ParadeDB Support (#1))
| poolers[].name | string | `` | Name of the pooler resource |
| poolers[].instances | number | `1` | The number of replicas we want |
| poolers[].type | [PoolerType][PoolerType] | `rw` | Type of service to forward traffic to. Default: `rw`. |
Expand Down
1 change: 1 addition & 0 deletions charts/paradedb/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ spec:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.cluster.postgresql.pg_ident }}

pg_ident:
{{- toYaml . | nindent 6 }}
{{- end }}
Expand Down
6 changes: 2 additions & 4 deletions charts/paradedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: paradedb

version:
# -- PostgreSQL major version to use
postgresql: "17"
postgresql: "16"
# -- The ParadeDB version, set in the publish CI workflow from the latest paradedb/paradedb GitHub tag
# -- We default to v0.15.0 for testing and local development
paradedb: "0.15.0"
Expand Down Expand Up @@ -302,9 +302,7 @@ cluster:

postgresql:
# -- PostgreSQL configuration options (postgresql.conf)
parameters:
# Required by pg_cron
cron.database_name: postgres
parameters: {}
# max_connections: 300
# -- Quorum-based Synchronous Replication
synchronous: {}
Expand Down

0 comments on commit 88c5e7b

Please sign in to comment.