Skip to content

Commit

Permalink
chore: synced file(s) with aiven/aiven-operator (#37)
Browse files Browse the repository at this point in the history
* chore: synced local 'charts/aiven-operator/' with remote 'charts/aiven-operator/'

* chore: synced local 'charts/aiven-operator-crds/' with remote 'charts/aiven-operator-crds/'
  • Loading branch information
Serpentiel authored Dec 15, 2023
1 parent 0b30736 commit b9bc905
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
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

0 comments on commit b9bc905

Please sign in to comment.