diff --git a/charts/kubedb-one/README.md b/charts/kubedb-one/README.md index 6a898dbfc..c1ecd0dbb 100644 --- a/charts/kubedb-one/README.md +++ b/charts/kubedb-one/README.md @@ -83,7 +83,7 @@ The following table lists the configurable parameters of the `kubedb-one` chart | kubedb-ops-manager.enabled | If enabled, installs the kubedb-ops-manager chart | true | | 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-schema-manager.enabled | If enabled, installs the kubedb-schema-manager chart | false | | 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 | diff --git a/charts/kubedb-one/values.yaml b/charts/kubedb-one/values.yaml index 1d42d97af..6748e238c 100644 --- a/charts/kubedb-one/values.yaml +++ b/charts/kubedb-one/values.yaml @@ -93,7 +93,7 @@ kubedb-dashboard: enabled: true kubedb-schema-manager: # If enabled, installs the kubedb-schema-manager chart - enabled: true + enabled: false kubedb-metrics: # If enabled, installs the kubedb-metrics chart enabled: true diff --git a/charts/kubedb/README.md b/charts/kubedb/README.md index d18856d64..7449c8c9f 100644 --- a/charts/kubedb/README.md +++ b/charts/kubedb/README.md @@ -78,14 +78,14 @@ The following table lists the configurable parameters of the `kubedb` chart and | global.monitoring.agent | Name of monitoring agent (one of "prometheus.io", "prometheus.io/operator", "prometheus.io/builtin") | "" | | global.monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | {"monitoring.appscode.com/prometheus":"auto"} | | kubedb-crd-manager.enabled | If enabled, installs the kubedb-crd-manager chart | true | -| kubedb-provisioner.enabled | If enabled, installs the kubedb-provisioner chart | false | -| kubedb-webhook-server.enabled | If enabled, installs the kubedb-webhook-server chart | false | -| kubedb-ops-manager.enabled | If enabled, installs the kubedb-ops-manager chart | false | -| kubedb-autoscaler.enabled | If enabled, installs the kubedb-autoscaler chart | false | -| kubedb-dashboard.enabled | If enabled, installs the kubedb-dashboard chart | false | +| kubedb-provisioner.enabled | If enabled, installs the kubedb-provisioner chart | true | +| kubedb-webhook-server.enabled | If enabled, installs the kubedb-webhook-server chart | true | +| kubedb-ops-manager.enabled | If enabled, installs the kubedb-ops-manager chart | true | +| 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 | false | | kubedb-metrics.enabled | If enabled, installs the kubedb-metrics chart | false | -| kubedb-catalog.enabled | If enabled, installs the kubedb-catalog chart | false | +| kubedb-catalog.enabled | If enabled, installs the kubedb-catalog chart | true | | kubedb-kubestash-catalog.enabled | If enabled, installs the kubedb-kubestash-catalog chart | false | diff --git a/charts/kubedb/values.yaml b/charts/kubedb/values.yaml index bab1bd7f3..a261d55bc 100644 --- a/charts/kubedb/values.yaml +++ b/charts/kubedb/values.yaml @@ -79,19 +79,19 @@ kubedb-crd-manager: enabled: true kubedb-provisioner: # If enabled, installs the kubedb-provisioner chart - enabled: false + enabled: true kubedb-webhook-server: # If enabled, installs the kubedb-webhook-server chart - enabled: false + enabled: true kubedb-ops-manager: # If enabled, installs the kubedb-ops-manager chart - enabled: false + enabled: true kubedb-autoscaler: # If enabled, installs the kubedb-autoscaler chart - enabled: false + enabled: true kubedb-dashboard: # If enabled, installs the kubedb-dashboard chart - enabled: false + enabled: true kubedb-schema-manager: # If enabled, installs the kubedb-schema-manager chart enabled: false @@ -100,7 +100,7 @@ kubedb-metrics: enabled: false kubedb-catalog: # If enabled, installs the kubedb-catalog chart - enabled: false + enabled: true kubedb-kubestash-catalog: # If enabled, installs the kubedb-kubestash-catalog chart enabled: false