From 47970ed4dba6cb99fd210b2533e5e517aeed218a Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Wed, 24 Jan 2024 19:35:00 -0800 Subject: [PATCH] Remove unimplemented dbs Signed-off-by: Tamal Saha --- charts/kubedb-catalog/README.md | 3 --- charts/kubedb-catalog/values.yaml | 3 --- charts/kubedb-crd-manager/README.md | 3 --- charts/kubedb-crd-manager/values.yaml | 3 --- charts/kubedb-kubestash-catalog/README.md | 3 --- charts/kubedb-kubestash-catalog/values.yaml | 3 --- charts/kubedb-one/README.md | 3 --- charts/kubedb-one/values.yaml | 3 --- charts/kubedb-webhook-server/README.md | 3 --- charts/kubedb-webhook-server/values.yaml | 3 --- charts/kubedb/README.md | 3 --- charts/kubedb/values.yaml | 3 --- 12 files changed, 36 deletions(-) diff --git a/charts/kubedb-catalog/README.md b/charts/kubedb-catalog/README.md index 5ea81c594..bbd18cf19 100644 --- a/charts/kubedb-catalog/README.md +++ b/charts/kubedb-catalog/README.md @@ -54,11 +54,8 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch | proxies.ghcr | | ghcr.io | | proxies.kubernetes | | registry.k8s.io | | proxies.appscode | | r.appscode.com | -| featureGates.Cassandra | | false | -| featureGates.ClickHouse | | false | | featureGates.Druid | | true | | featureGates.Elasticsearch | | true | -| featureGates.Etcd | | false | | featureGates.FerretDB | | true | | featureGates.Kafka | | true | | featureGates.MariaDB | | true | diff --git a/charts/kubedb-catalog/values.yaml b/charts/kubedb-catalog/values.yaml index 038b51a08..a3ae3839a 100644 --- a/charts/kubedb-catalog/values.yaml +++ b/charts/kubedb-catalog/values.yaml @@ -23,11 +23,8 @@ proxies: # appscode: harbor.appscode.ninja/ac featureGates: - Cassandra: false - ClickHouse: false Druid: true Elasticsearch: true - Etcd: false FerretDB: true Kafka: true MariaDB: true diff --git a/charts/kubedb-crd-manager/README.md b/charts/kubedb-crd-manager/README.md index 787712593..8705473d1 100644 --- a/charts/kubedb-crd-manager/README.md +++ b/charts/kubedb-crd-manager/README.md @@ -65,11 +65,8 @@ The following table lists the configurable parameters of the `kubedb-crd-manager | serviceAccount.create | Specifies whether a service account should be created | true | | serviceAccount.annotations | Annotations to add to the service account | {} | | serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | | -| featureGates.Cassandra | | false | -| featureGates.ClickHouse | | false | | featureGates.Druid | | false | | featureGates.Elasticsearch | | false | -| featureGates.Etcd | | false | | featureGates.FerretDB | | false | | featureGates.Kafka | | false | | featureGates.MariaDB | | false | diff --git a/charts/kubedb-crd-manager/values.yaml b/charts/kubedb-crd-manager/values.yaml index d53857a87..a50964b73 100644 --- a/charts/kubedb-crd-manager/values.yaml +++ b/charts/kubedb-crd-manager/values.yaml @@ -69,11 +69,8 @@ serviceAccount: name: featureGates: - Cassandra: false - ClickHouse: false Druid: false Elasticsearch: false - Etcd: false FerretDB: false Kafka: false MariaDB: false diff --git a/charts/kubedb-kubestash-catalog/README.md b/charts/kubedb-kubestash-catalog/README.md index 6d75ec429..1c31f078e 100644 --- a/charts/kubedb-kubestash-catalog/README.md +++ b/charts/kubedb-kubestash-catalog/README.md @@ -53,11 +53,8 @@ The following table lists the configurable parameters of the `kubedb-kubestash-c | proxies.kubernetes | | registry.k8s.io | | proxies.appscode | | r.appscode.com | | waitTimeout | registryFQDN: harbor.appscode.ninja proxies: dockerHub: harbor.appscode.ninja/dockerhub dockerLibrary: "" ghcr: harbor.appscode.ninja/ghcr kubernetes: harbor.appscode.ninja/k8s appscode: harbor.appscode.ninja/ac proxies: ghcr: harbor.appscode.ninja/ghcr Number of seconds to wait for the database to be ready before backup/restore process. | 300 | -| featureGates.Cassandra | | false | -| featureGates.ClickHouse | | false | | featureGates.Druid | | false | | featureGates.Elasticsearch | | true | -| featureGates.Etcd | | false | | featureGates.FerretDB | | false | | featureGates.Kafka | | true | | featureGates.MariaDB | | true | diff --git a/charts/kubedb-kubestash-catalog/values.yaml b/charts/kubedb-kubestash-catalog/values.yaml index e86b7d643..7f8184acd 100644 --- a/charts/kubedb-kubestash-catalog/values.yaml +++ b/charts/kubedb-kubestash-catalog/values.yaml @@ -22,11 +22,8 @@ proxies: waitTimeout: 300 featureGates: - Cassandra: false - ClickHouse: false Druid: false Elasticsearch: true - Etcd: false FerretDB: false Kafka: true MariaDB: true diff --git a/charts/kubedb-one/README.md b/charts/kubedb-one/README.md index 1340d0331..90d43d0ea 100644 --- a/charts/kubedb-one/README.md +++ b/charts/kubedb-one/README.md @@ -53,11 +53,8 @@ The following table lists the configurable parameters of the `kubedb-one` chart | global.registryFQDN | Docker registry fqdn used to pull KubeDB related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | "" | | global.insecureRegistries | Specify an array of insecure registries.
Example:
`helm template charts/kubedb-ops-manager \`
`--set global.insecureRegistries[0]=hub.company.com \`
`--set global.insecureRegistries[1]=reg.example.com` | [] | | global.imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
Example:
`helm template charts/kubedb \`
`--set global.imagePullSecrets[0].name=sec0 \`
`--set global.imagePullSecrets[1].name=sec1` | [] | -| global.featureGates.Cassandra | | false | -| global.featureGates.ClickHouse | | false | | global.featureGates.Druid | | false | | global.featureGates.Elasticsearch | | true | -| global.featureGates.Etcd | | false | | global.featureGates.FerretDB | | false | | global.featureGates.Kafka | | true | | global.featureGates.MariaDB | | true | diff --git a/charts/kubedb-one/values.yaml b/charts/kubedb-one/values.yaml index 89426ac2c..ea9dd52dc 100644 --- a/charts/kubedb-one/values.yaml +++ b/charts/kubedb-one/values.yaml @@ -41,11 +41,8 @@ global: imagePullSecrets: [] featureGates: - Cassandra: false - ClickHouse: false Druid: false Elasticsearch: true - Etcd: false FerretDB: false Kafka: true MariaDB: true diff --git a/charts/kubedb-webhook-server/README.md b/charts/kubedb-webhook-server/README.md index 26ff1bb9f..133c6f44d 100644 --- a/charts/kubedb-webhook-server/README.md +++ b/charts/kubedb-webhook-server/README.md @@ -58,11 +58,8 @@ The following table lists the configurable parameters of the `kubedb-webhook-ser | server.tag | KubeDB webhook server container image tag | "" | | server.securityContext | Security options this container should run with | {"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534} | | server.resources | Compute Resources required by this container | {} | -| featureGates.Cassandra | | false | -| featureGates.ClickHouse | | false | | featureGates.Druid | | true | | featureGates.Elasticsearch | | true | -| featureGates.Etcd | | false | | featureGates.FerretDB | | false | | featureGates.Kafka | | true | | featureGates.MariaDB | | true | diff --git a/charts/kubedb-webhook-server/values.yaml b/charts/kubedb-webhook-server/values.yaml index 43fd0b2ac..0bd6da97b 100644 --- a/charts/kubedb-webhook-server/values.yaml +++ b/charts/kubedb-webhook-server/values.yaml @@ -48,11 +48,8 @@ server: # memory: 128Mi featureGates: - Cassandra: false - ClickHouse: false Druid: true Elasticsearch: true - Etcd: false FerretDB: false Kafka: true MariaDB: true diff --git a/charts/kubedb/README.md b/charts/kubedb/README.md index 6f26fed1a..fd98ed9c0 100644 --- a/charts/kubedb/README.md +++ b/charts/kubedb/README.md @@ -53,11 +53,8 @@ The following table lists the configurable parameters of the `kubedb` chart and | global.registryFQDN | Docker registry fqdn used to pull KubeDB related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | "" | | global.insecureRegistries | Specify an array of insecure registries.
Example:
`helm template charts/kubedb-ops-manager \`
`--set global.insecureRegistries[0]=hub.company.com \`
`--set global.insecureRegistries[1]=reg.example.com` | [] | | global.imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
Example:
`helm template charts/kubedb \`
`--set global.imagePullSecrets[0].name=sec0 \`
`--set global.imagePullSecrets[1].name=sec1` | [] | -| global.featureGates.Cassandra | | false | -| global.featureGates.ClickHouse | | false | | global.featureGates.Druid | | false | | global.featureGates.Elasticsearch | | true | -| global.featureGates.Etcd | | false | | global.featureGates.FerretDB | | false | | global.featureGates.Kafka | | true | | global.featureGates.MariaDB | | true | diff --git a/charts/kubedb/values.yaml b/charts/kubedb/values.yaml index 27d8c1922..4b6b9d5aa 100644 --- a/charts/kubedb/values.yaml +++ b/charts/kubedb/values.yaml @@ -41,11 +41,8 @@ global: imagePullSecrets: [] featureGates: - Cassandra: false - ClickHouse: false Druid: false Elasticsearch: true - Etcd: false FerretDB: false Kafka: true MariaDB: true