@@ -45,7 +45,7 @@ The command removes all the Kubernetes components associated with the chart and
4545
4646The following table lists the configurable parameters of the ` kubedb-catalog ` chart and their default values.
4747
48- | Parameter | Description | Default |
48+ | Parameter | Description | Default |
4949| --------------------------------------------| -------------------------------------------------| --------------------------------|
5050| nameOverride | Overrides name template | <code >""</code > |
5151| fullnameOverride | Overrides fullname template | <code >""</code > |
@@ -56,6 +56,7 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
5656| proxies.kubernetes | | <code >registry.k8s.io</code > |
5757| proxies.microsoft | | <code >mcr.microsoft.com</code > |
5858| proxies.appscode | | <code >r.appscode.com</code > |
59+ | proxies.weaviate | | <code >cr.weaviate.io</code > |
5960| featureGates.Cassandra | | <code >true</code > |
6061| featureGates.ClickHouse | | <code >true</code > |
6162| featureGates.Druid | | <code >true</code > |
@@ -79,6 +80,7 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
7980| featureGates.Redis | | <code >true</code > |
8081| featureGates.Singlestore | | <code >true</code > |
8182| featureGates.Solr | | <code >true</code > |
83+ | featureGates.Weaviate | | <code >true</code > |
8284| featureGates.ZooKeeper | | <code >true</code > |
8385| psp.enabled | | <code >false</code > |
8486| psp.elasticsearch.allowPrivilegeEscalation | | <code >true</code > |
@@ -124,8 +126,8 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
124126| enableVersions.Singlestore | | <code >[ ] </code > |
125127| enableVersions.Solr | | <code >[ ] </code > |
126128| enableVersions.ZooKeeper | | <code >[ ] </code > |
129+ | enableVersions.Weaviate | | <code >[ ] </code > |
127130| customVersions | | <code >{}</code > |
128- | featureGates.Weaviate | | <code >true</code > |
129131
130132
131133Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
0 commit comments