Skip to content

Commit 2f880f1

Browse files
shusaanitay-grudev
andauthored
update URL to current version (#664)
Co-authored-by: Itay Grudev <[email protected]>
1 parent 9821e83 commit 2f880f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
187187
| cluster.resources | object | `{}` | Resources requirements of every generated Pod. Please refer to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more information. We strongly advise you use the same setting for limits and requests so that your cluster pods are given a Guaranteed QoS. See: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/ |
188188
| cluster.roles | list | `[]` | This feature enables declarative management of existing roles, as well as the creation of new roles if they are not already present in the database. See: https://cloudnative-pg.io/documentation/current/declarative_role_management/ |
189189
| cluster.serviceAccountTemplate | object | `{}` | Configure the metadata of the generated service account |
190-
| cluster.services | object | `{}` | Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ |
190+
| cluster.services | object | `{}` | Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/current/service_management/ |
191191
| cluster.storage.size | string | `"8Gi"` | |
192192
| cluster.storage.storageClass | string | `""` | |
193193
| cluster.superuserSecret | string | `""` | |

charts/cluster/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ recovery:
9999
# -- Name of the backup credentials secret
100100
name: ""
101101

102-
# See https://cloudnative-pg.io/documentation/1.22/bootstrap/#bootstrap-from-a-live-cluster-pg_basebackup
102+
# See https://cloudnative-pg.io/documentation/current/bootstrap/#bootstrap-from-a-live-cluster-pg_basebackup
103103
pgBaseBackup:
104104
# -- Name of the database used by the application. Default: `app`.
105105
database: app
@@ -216,7 +216,7 @@ cluster:
216216
# -- The GID of the postgres user inside the image, defaults to 26
217217
postgresGID: -1
218218

219-
# -- Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/
219+
# -- Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/current/service_management/
220220
services: {}
221221

222222
# -- Resources requirements of every generated Pod.
@@ -362,7 +362,7 @@ cluster:
362362
# - pgaudit
363363
# -- PostgreSQL LDAP configuration (see https://cloudnative-pg.io/documentation/current/postgresql_conf/#ldap-configuration)
364364
ldap: {}
365-
# https://cloudnative-pg.io/documentation/1.24/postgresql_conf/#ldap-configuration
365+
# https://cloudnative-pg.io/documentation/current/postgresql_conf/#ldap-configuration
366366
# server: 'openldap.default.svc.cluster.local'
367367
# bindSearchAuth:
368368
# baseDN: 'ou=org,dc=example,dc=com'

0 commit comments

Comments
 (0)