Skip to content

Commit

Permalink
Merge branch 'master' into kubedb/apimachinery@760f1c55
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiak-appscode[bot] authored Jan 25, 2024
2 parents 8beef42 + 47970ed commit d95f027
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions charts/kubedb-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
| proxies.ghcr | | <code>ghcr.io</code> |
| proxies.kubernetes | | <code>registry.k8s.io</code> |
| proxies.appscode | | <code>r.appscode.com</code> |
| featureGates.Cassandra | | <code>false</code> |
| featureGates.ClickHouse | | <code>false</code> |
| featureGates.Druid | | <code>true</code> |
| featureGates.Elasticsearch | | <code>true</code> |
| featureGates.Etcd | | <code>false</code> |
| featureGates.FerretDB | | <code>true</code> |
| featureGates.Kafka | | <code>true</code> |
| featureGates.MariaDB | | <code>true</code> |
Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-crd-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <code>true</code> |
| serviceAccount.annotations | Annotations to add to the service account | <code>{}</code> |
| 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 | <code></code> |
| featureGates.Cassandra | | <code>false</code> |
| featureGates.ClickHouse | | <code>false</code> |
| featureGates.Druid | | <code>false</code> |
| featureGates.Elasticsearch | | <code>false</code> |
| featureGates.Etcd | | <code>false</code> |
| featureGates.FerretDB | | <code>false</code> |
| featureGates.Kafka | | <code>false</code> |
| featureGates.MariaDB | | <code>false</code> |
Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-crd-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,8 @@ serviceAccount:
name:

featureGates:
Cassandra: false
ClickHouse: false
Druid: false
Elasticsearch: false
Etcd: false
FerretDB: false
Kafka: false
MariaDB: false
Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-kubestash-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ The following table lists the configurable parameters of the `kubedb-kubestash-c
| proxies.kubernetes | | <code>registry.k8s.io</code> |
| proxies.appscode | | <code>r.appscode.com</code> |
| 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. | <code>300</code> |
| featureGates.Cassandra | | <code>false</code> |
| featureGates.ClickHouse | | <code>false</code> |
| featureGates.Druid | | <code>false</code> |
| featureGates.Elasticsearch | | <code>true</code> |
| featureGates.Etcd | | <code>false</code> |
| featureGates.FerretDB | | <code>false</code> |
| featureGates.Kafka | | <code>true</code> |
| featureGates.MariaDB | | <code>true</code> |
Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-kubestash-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ proxies:
waitTimeout: 300

featureGates:
Cassandra: false
ClickHouse: false
Druid: false
Elasticsearch: true
Etcd: false
FerretDB: false
Kafka: true
MariaDB: true
Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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} | <code>""</code> |
| global.insecureRegistries | Specify an array of insecure registries. <br> Example: <br> `helm template charts/kubedb-ops-manager \` <br> `--set global.insecureRegistries[0]=hub.company.com \` <br> `--set global.insecureRegistries[1]=reg.example.com` | <code>[]</code> |
| global.imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace. <br> Example: <br> `helm template charts/kubedb \` <br> `--set global.imagePullSecrets[0].name=sec0 \` <br> `--set global.imagePullSecrets[1].name=sec1` | <code>[]</code> |
| global.featureGates.Cassandra | | <code>false</code> |
| global.featureGates.ClickHouse | | <code>false</code> |
| global.featureGates.Druid | | <code>false</code> |
| global.featureGates.Elasticsearch | | <code>true</code> |
| global.featureGates.Etcd | | <code>false</code> |
| global.featureGates.FerretDB | | <code>false</code> |
| global.featureGates.Kafka | | <code>true</code> |
| global.featureGates.MariaDB | | <code>true</code> |
Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-one/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ global:
imagePullSecrets: []

featureGates:
Cassandra: false
ClickHouse: false
Druid: false
Elasticsearch: true
Etcd: false
FerretDB: false
Kafka: true
MariaDB: true
Expand Down
Loading

0 comments on commit d95f027

Please sign in to comment.