diff --git a/docs/configurations.mdx b/docs/configurations.mdx
index aa67061d..fd31e326 100644
--- a/docs/configurations.mdx
+++ b/docs/configurations.mdx
@@ -197,7 +197,7 @@ Select a database to see the configurations available for each storage.
- **Field:** `scalar.db.jdbc.connection_pool.max_total`
- **Description:** Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool. Use a negative value for no limit.
- - **Default value:** `100`
+ - **Default value:** `200`
`jdbc.prepared_statements_pool.enabled`
diff --git a/docs/scalardb-cluster/scalardb-cluster-configurations.mdx b/docs/scalardb-cluster/scalardb-cluster-configurations.mdx
index 4063e1f2..ccd0eded 100644
--- a/docs/scalardb-cluster/scalardb-cluster-configurations.mdx
+++ b/docs/scalardb-cluster/scalardb-cluster-configurations.mdx
@@ -274,7 +274,7 @@ Select a database to see the configurations available for each storage.
- **Field:** `scalar.db.jdbc.connection_pool.max_total`
- **Description:** Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool. Use a negative value for no limit.
- - **Default value:** `100`
+ - **Default value:** `200`
`jdbc.prepared_statements_pool.enabled`
diff --git a/sidebars.js b/sidebars.js
index 7aca6ef6..9c09ef60 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -788,6 +788,11 @@ const sidebars = {
id: 'helm-charts/configure-custom-values-scalardb-cluster',
label: 'Configure a custom values file for ScalarDB Cluster',
},
+ {
+ type: 'doc',
+ id: 'helm-charts/configure-custom-values-scalardb-analytics-server',
+ label: 'Configure a Custom Values File for ScalarDB Analytics server',
+ },
{
type: 'doc',
id: 'helm-charts/configure-custom-values-scalardb-analytics-postgresql',