diff --git a/charts/kubedb-one/Chart.lock b/charts/kubedb-one/Chart.lock
index 2c84cc2f2..0c2f48391 100644
--- a/charts/kubedb-one/Chart.lock
+++ b/charts/kubedb-one/Chart.lock
@@ -29,5 +29,8 @@ dependencies:
- name: stash-catalog
repository: https://charts.appscode.com/stable/
version: v2023.03.20
-digest: sha256:5490eb78533135098f6be4c49ec5fcc44b8922595cefa0ae6cb2f98c5baefb3b
-generated: "2023-04-25T15:04:02.681443+02:00"
+- name: stash-metrics
+ repository: https://charts.appscode.com/stable/
+ version: v2023.03.20
+digest: sha256:551382206f6d07948c1c0a47ece46c8a04a804acc8e7cac99c7e2422f8801546
+generated: "2023-04-26T09:58:33.706341+02:00"
diff --git a/charts/kubedb-one/Chart.yaml b/charts/kubedb-one/Chart.yaml
index 728859c40..b95653524 100644
--- a/charts/kubedb-one/Chart.yaml
+++ b/charts/kubedb-one/Chart.yaml
@@ -46,8 +46,12 @@ dependencies:
- name: stash-enterprise
repository: https://charts.appscode.com/stable/
version: v0.28.0
- condition: stash-enterprise.enterprise
+ condition: stash-enterprise.enabled
- name: stash-catalog
repository: https://charts.appscode.com/stable/
version: v2023.03.20
- condition: stash-catalog.enterprise
+ condition: stash-catalog.enabled
+- name: stash-metrics
+ repository: https://charts.appscode.com/stable/
+ version: v2023.03.20
+ condition: stash-metrics.enabled
diff --git a/charts/kubedb-one/README.md b/charts/kubedb-one/README.md
index 7989bf108..7b459ef88 100644
--- a/charts/kubedb-one/README.md
+++ b/charts/kubedb-one/README.md
@@ -61,8 +61,10 @@ The following table lists the configurable parameters of the `kubedb-one` chart
| kubedb-autoscaler.enabled | If enabled, installs the kubedb-autoscaler chart | true
|
| kubedb-dashboard.enabled | If enabled, installs the kubedb-dashboard chart | true
|
| kubedb-schema-manager.enabled | If enabled, installs the kubedb-schema-manager chart | true
|
+| kubedb-metrics.enabled | If enabled, installs the kubedb-metrics chart | true
|
| stash-enterprise.enabled | If enabled, installs the stash-enterprise chart | true
|
| stash-catalog.enabled | If enabled, installs the stash-catalog chart | true
|
+| stash-metrics.enabled | If enabled, installs the stash-metrics chart | true
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
diff --git a/charts/kubedb-one/values.yaml b/charts/kubedb-one/values.yaml
index d00516974..b7e9a7ac1 100644
--- a/charts/kubedb-one/values.yaml
+++ b/charts/kubedb-one/values.yaml
@@ -76,3 +76,6 @@ stash-enterprise:
stash-catalog:
# If enabled, installs the stash-catalog chart
enabled: true
+stash-metrics:
+ # If enabled, installs the stash-metrics chart
+ enabled: true