diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index 3822444..40dd6a6 100644 --- a/charts/aiven-operator-crds/Chart.yaml +++ b/charts/aiven-operator-crds/Chart.yaml @@ -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 diff --git a/charts/aiven-operator-crds/templates/aiven.io_connectionpools.yaml b/charts/aiven-operator-crds/templates/aiven.io_connectionpools.yaml index 7b303bd..f8b3d43 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_connectionpools.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_connectionpools.yaml @@ -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: diff --git a/charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml b/charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml index 1dfc0fe..d22d4d6 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml @@ -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: diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index 1dd0ed0..0d991cb 100644 --- a/charts/aiven-operator/Chart.yaml +++ b/charts/aiven-operator/Chart.yaml @@ -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