Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: synced file(s) with aiven/aiven-operator #37

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/aiven-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aiven-operator-crds
description: A Helm chart to deploy the aiven operator custom resource definitions
type: application
version: v0.16.0
appVersion: v0.16.0
version: v0.16.1
appVersion: v0.16.1
maintainers:
- name: ivan-savciuc
url: https://www.aiven.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ spec:
type: object
connInfoSecretTarget:
description: 'Information regarding secret creation. Exposed keys:
`CONNECTIONPOOL_HOST`, `CONNECTIONPOOL_PORT`, `CONNECTIONPOOL_DATABASE`,
`CONNECTIONPOOL_USER`, `CONNECTIONPOOL_PASSWORD`, `CONNECTIONPOOL_SSLMODE`,
`CONNECTIONPOOL_DATABASE_URI`'
`CONNECTIONPOOL_NAME`, `CONNECTIONPOOL_HOST`, `CONNECTIONPOOL_PORT`,
`CONNECTIONPOOL_DATABASE`, `CONNECTIONPOOL_USER`, `CONNECTIONPOOL_PASSWORD`,
`CONNECTIONPOOL_SSLMODE`, `CONNECTIONPOOL_DATABASE_URI`'
properties:
annotations:
additionalProperties:
Expand Down
16 changes: 10 additions & 6 deletions charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,24 +624,28 @@ spec:
type: integer
type: object
pg_qualstats:
description: System-wide settings for the pg_qualstats extension
description: Deprecated. System-wide settings for the pg_qualstats
extension
properties:
enabled:
description: Enable / Disable pg_qualstats
description: Deprecated. Enable / Disable pg_qualstats
type: boolean
min_err_estimate_num:
description: Error estimation num threshold to save quals
description: Deprecated. Error estimation num threshold to
save quals
minimum: 0
type: integer
min_err_estimate_ratio:
description: Error estimation ratio threshold to save quals
description: Deprecated. Error estimation ratio threshold
to save quals
minimum: 0
type: integer
track_constants:
description: Enable / Disable pg_qualstats constants tracking
description: Deprecated. Enable / Disable pg_qualstats constants
tracking
type: boolean
track_pg_catalog:
description: Track quals on system catalogs too.
description: Deprecated. Track quals on system catalogs too.
type: boolean
type: object
pg_read_replica:
Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aiven-operator
description: A Helm chart to deploy the aiven operator
type: application
version: v0.16.0
appVersion: v0.16.0
version: v0.16.1
appVersion: v0.16.1
maintainers:
- name: ivan-savciuc
url: https://www.aiven.io
Expand Down
Loading