Skip to content

Commit

Permalink
chore: remove service version for elasticsearch and qdrant
Browse files Browse the repository at this point in the history
  • Loading branch information
iziang committed Jul 16, 2024
1 parent 330503d commit af4b3b8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons
Submodule addons updated 32 files
+4 −0 addons-cluster/elasticsearch-cluster/templates/_helpers.tpl
+1 −1 addons-cluster/elasticsearch-cluster/templates/cluster-multi-node.yaml
+1 −1 addons-cluster/elasticsearch-cluster/templates/cluster-single-node.yaml
+2 −2 addons-cluster/elasticsearch-cluster/values.schema.json
+2 −2 addons-cluster/elasticsearch-cluster/values.yaml
+4 −0 addons-cluster/qdrant-cluster/templates/_helpers.tpl
+1 −1 addons-cluster/qdrant-cluster/templates/cluster.yaml
+3 −3 addons-cluster/qdrant-cluster/values.schema.json
+2 −2 addons-cluster/qdrant-cluster/values.yaml
+1 −1 addons-cluster/tidb-cluster/Chart.yaml
+1 −3 addons-cluster/tidb-cluster/templates/_helpers.tpl
+3 −0 addons-cluster/tidb-cluster/templates/cluster.yaml
+4 −5 addons-cluster/tidb-cluster/values.yaml
+2 −1 addons/apecloud-mysql/templates/_helpers.tpl
+2 −1 addons/apecloud-postgresql/templates/cmpd-apepg.yaml
+3 −3 addons/clickhouse/templates/clusterversion.yaml
+5 −5 addons/clickhouse/values.yaml
+8 −2 addons/elasticsearch/templates/componentdefinition.yaml
+4 −0 addons/elasticsearch/values.yaml
+2 −1 addons/postgresql/templates/componentdefinition-12.yaml
+2 −1 addons/postgresql/templates/componentdefinition-14.yaml
+2 −1 addons/postgresql/templates/componentdefinition-15.yaml
+4 −0 addons/tidb/scripts/pd_start.sh
+0 −7 addons/tidb/templates/componentdefinition-pd.yaml
+12 −2 addons/tidb/templates/componentdefinition-tidb.yaml
+0 −2 addons/tidb/templates/componentdefinition-tikv.yaml
+16 −0 addons/tidb/templates/componentversion.yaml
+6 −4 addons/zookeeper/config/zookeeper-config.tpl
+69 −5 addons/zookeeper/templates/cmpd.yaml
+3 −3 addons/zookeeper/templates/cmpv.yaml
+9 −2 addons/zookeeper/values.yaml
+111 −0 examples/redis/cluster-cd-topology-twemproxy.yaml
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ kbcli cluster create qdrant NAME [flags]
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
--replicas int The number of replicas. Value range [1, 16]. (default 1)
--service-version string The version of Qdrant. (default "1.10.1")
--storage float Storage size, the unit is Gi. Value range [1, 10000]. (default 20)
--storage-class-name string Storage class name of the data volume
--tenancy string The tenancy of cluster. Legal values [SharedNode, DedicatedNode]. (default "SharedNode")
--termination-policy string The termination policy of cluster. Legal values [DoNotTerminate, Halt, Delete, WipeOut]. (default "Delete")
--version string The version of Qdrant. (default "1.10.0")
```

### Options inherited from parent commands
Expand Down
Binary file modified pkg/cluster/charts/elasticsearch-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/qdrant-cluster.tgz
Binary file not shown.

0 comments on commit af4b3b8

Please sign in to comment.