From a6b41d9f90777e5012f4cb83360ab3a9b7614754 Mon Sep 17 00:00:00 2001 From: golovanovsv Date: Thu, 28 Nov 2024 18:25:56 +0500 Subject: [PATCH] release-1.32.0 (fix) --- charts/keys/README.md | 52 ++++++++++++++++++++--------------------- charts/keys/values.yaml | 8 +++---- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/charts/keys/README.md b/charts/keys/README.md index 744533a4..54a0c2da 100644 --- a/charts/keys/README.md +++ b/charts/keys/README.md @@ -205,32 +205,32 @@ See the [documentation](https://docs.2gis.com/en/on-premise/keys) to learn about ### Database access settings -| Name | Description | Value | -| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -| `postgres.ro` | **Settings for the read-only access** | | -| `postgres.ro.host` | PostgreSQL hostname or IP. **Required** | `""` | -| `postgres.ro.port` | PostgreSQL port. | `5432` | -| `postgres.ro.timeout` | PostgreSQL client connection timeout. | `3s` | -| `postgres.ro.name` | PostgreSQL database name. **Required** | `""` | -| `postgres.ro.schema` | PostgreSQL database schema. If not specified, schema from SEARCH_PATH will be used. | `""` | -| `postgres.ro.username` | PostgreSQL username. **Required** | `""` | -| `postgres.ro.password` | PostgreSQL password. **Required** | `""` | -| `postgres.ro.tls.mode` | PostgreSQL ssl [connection mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION). Available modes: `disabled`, `require`, `verify-ca` and `verify-full`. | `disabled` | -| `postgres.ro.tls.serverCA` | PostgreSQL CA certificate for server CA verify. **Required for mode `verify-ca` or `verify-full`**. | `""` | -| `postgres.ro.tls.clientCert` | client certificate. **Required for mode `verify-full`**. | `""` | -| `postgres.ro.tls.clientKey` | client private key. **Required for mode `verify-full`**. | `""` | -| `postgres.rw` | **Settings for the read-write access** | | -| `postgres.rw.host` | PostgreSQL hostname or IP. **Required** | `""` | -| `postgres.rw.port` | PostgreSQL port. | `5432` | -| `postgres.rw.timeout` | PostgreSQL client connection timeout. | `3s` | -| `postgres.rw.name` | PostgreSQL database name. **Required** | `""` | -| `postgres.rw.schema` | PostgreSQL database schema. If not specified, schema from SEARCH_PATH will be used. | `""` | -| `postgres.rw.username` | PostgreSQL username. **Required** | `""` | -| `postgres.rw.password` | PostgreSQL password. **Required** | `""` | -| `postgres.rw.tls.mode` | PostgreSQL ssl [connection mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION). Available modes: `disabled`, `require`, `verify-ca` and `verify-full`. | `disabled` | -| `postgres.rw.tls.serverCA` | PostgreSQL CA certificate for server CA verify. **Required for mode `verify-ca` or `verify-full`**. | `""` | -| `postgres.rw.tls.clientCert` | client certificate. **Required for mode `verify-full`**. | `""` | -| `postgres.rw.tls.clientKey` | client private key. **Required for mode `verify-full`**. | `""` | +| Name | Description | Value | +| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| `postgres.ro` | **Settings for the read-only access** | | +| `postgres.ro.host` | PostgreSQL hostname or IP. **Required** | `""` | +| `postgres.ro.port` | PostgreSQL port. | `5432` | +| `postgres.ro.timeout` | PostgreSQL client connection timeout. | `3s` | +| `postgres.ro.name` | PostgreSQL database name. **Required** | `""` | +| `postgres.ro.schema` | PostgreSQL database schema. If not specified, schema from SEARCH_PATH will be used. | `""` | +| `postgres.ro.username` | PostgreSQL username. **Required** | `""` | +| `postgres.ro.password` | PostgreSQL password. **Required** | `""` | +| `postgres.ro.tls.mode` | PostgreSQL ssl [connection mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION). Available modes: `disable`, `require`, `verify-ca` and `verify-full`. | `disable` | +| `postgres.ro.tls.serverCA` | PostgreSQL CA certificate for server CA verify. **Required for mode `verify-ca` or `verify-full`**. | `""` | +| `postgres.ro.tls.clientCert` | client certificate. **Required for mode `verify-full`**. | `""` | +| `postgres.ro.tls.clientKey` | client private key. **Required for mode `verify-full`**. | `""` | +| `postgres.rw` | **Settings for the read-write access** | | +| `postgres.rw.host` | PostgreSQL hostname or IP. **Required** | `""` | +| `postgres.rw.port` | PostgreSQL port. | `5432` | +| `postgres.rw.timeout` | PostgreSQL client connection timeout. | `3s` | +| `postgres.rw.name` | PostgreSQL database name. **Required** | `""` | +| `postgres.rw.schema` | PostgreSQL database schema. If not specified, schema from SEARCH_PATH will be used. | `""` | +| `postgres.rw.username` | PostgreSQL username. **Required** | `""` | +| `postgres.rw.password` | PostgreSQL password. **Required** | `""` | +| `postgres.rw.tls.mode` | PostgreSQL ssl [connection mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION). Available modes: `disable`, `require`, `verify-ca` and `verify-full`. | `disable` | +| `postgres.rw.tls.serverCA` | PostgreSQL CA certificate for server CA verify. **Required for mode `verify-ca` or `verify-full`**. | `""` | +| `postgres.rw.tls.clientCert` | client certificate. **Required for mode `verify-full`**. | `""` | +| `postgres.rw.tls.clientKey` | client private key. **Required for mode `verify-full`**. | `""` | ### Kafka settings diff --git a/charts/keys/values.yaml b/charts/keys/values.yaml index 1a43a41f..0da09ef1 100644 --- a/charts/keys/values.yaml +++ b/charts/keys/values.yaml @@ -504,7 +504,7 @@ postgres: # @param postgres.ro.schema PostgreSQL database schema. If not specified, schema from SEARCH_PATH will be used. # @param postgres.ro.username PostgreSQL username. **Required** # @param postgres.ro.password PostgreSQL password. **Required** - # @param postgres.ro.tls.mode PostgreSQL ssl [connection mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION). Available modes: `disabled`, `require`, `verify-ca` and `verify-full`. + # @param postgres.ro.tls.mode PostgreSQL ssl [connection mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION). Available modes: `disable`, `require`, `verify-ca` and `verify-full`. # @param postgres.ro.tls.serverCA PostgreSQL CA certificate for server CA verify. **Required for mode `verify-ca` or `verify-full`**. # @param postgres.ro.tls.clientCert client certificate. **Required for mode `verify-full`**. # @param postgres.ro.tls.clientKey client private key. **Required for mode `verify-full`**. @@ -518,7 +518,7 @@ postgres: username: '' password: '' tls: - mode: disabled + mode: disable serverCA: '' clientCert: '' clientKey: '' @@ -532,7 +532,7 @@ postgres: # @param postgres.rw.schema PostgreSQL database schema. If not specified, schema from SEARCH_PATH will be used. # @param postgres.rw.username PostgreSQL username. **Required** # @param postgres.rw.password PostgreSQL password. **Required** - # @param postgres.rw.tls.mode PostgreSQL ssl [connection mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION). Available modes: `disabled`, `require`, `verify-ca` and `verify-full`. + # @param postgres.rw.tls.mode PostgreSQL ssl [connection mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION). Available modes: `disable`, `require`, `verify-ca` and `verify-full`. # @param postgres.rw.tls.serverCA PostgreSQL CA certificate for server CA verify. **Required for mode `verify-ca` or `verify-full`**. # @param postgres.rw.tls.clientCert client certificate. **Required for mode `verify-full`**. # @param postgres.rw.tls.clientKey client private key. **Required for mode `verify-full`**. @@ -546,7 +546,7 @@ postgres: username: '' password: '' tls: - mode: disabled + mode: disable serverCA: '' clientCert: '' clientKey: ''