diff --git a/charts/cluster/README.md b/charts/cluster/README.md index 98662e285..9af61a447 100644 --- a/charts/cluster/README.md +++ b/charts/cluster/README.md @@ -187,7 +187,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat | 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/ | | 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/ | | cluster.serviceAccountTemplate | object | `{}` | Configure the metadata of the generated service account | -| cluster.services | object | `{}` | Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ | +| cluster.services | object | `{}` | Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/current/service_management/ | | cluster.storage.size | string | `"8Gi"` | | | cluster.storage.storageClass | string | `""` | | | cluster.superuserSecret | string | `""` | | diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index d4959d0c8..3d5f11dc1 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -99,7 +99,7 @@ recovery: # -- Name of the backup credentials secret name: "" - # See https://cloudnative-pg.io/documentation/1.22/bootstrap/#bootstrap-from-a-live-cluster-pg_basebackup + # See https://cloudnative-pg.io/documentation/current/bootstrap/#bootstrap-from-a-live-cluster-pg_basebackup pgBaseBackup: # -- Name of the database used by the application. Default: `app`. database: app @@ -216,7 +216,7 @@ cluster: # -- The GID of the postgres user inside the image, defaults to 26 postgresGID: -1 - # -- Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ + # -- Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/current/service_management/ services: {} # -- Resources requirements of every generated Pod. @@ -362,7 +362,7 @@ cluster: # - pgaudit # -- PostgreSQL LDAP configuration (see https://cloudnative-pg.io/documentation/current/postgresql_conf/#ldap-configuration) ldap: {} - # https://cloudnative-pg.io/documentation/1.24/postgresql_conf/#ldap-configuration + # https://cloudnative-pg.io/documentation/current/postgresql_conf/#ldap-configuration # server: 'openldap.default.svc.cluster.local' # bindSearchAuth: # baseDN: 'ou=org,dc=example,dc=com'