Skip to content

Commit

Permalink
Bump milvus version to v2.3.13 (#84)
Browse files Browse the repository at this point in the history
* chore: fmt a comment

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>

.

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>

* Bump milvus version to v2.3.13

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>

---------

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>
  • Loading branch information
yellow-shine authored Apr 7, 2024
1 parent b61bced commit bf772a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
name: milvus
appVersion: "2.3.12"
appVersion: "2.3.13"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.1.27
version: 4.1.28
keywords:
- milvus
- elastic
Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ The following table lists the configurable parameters of the Milvus Service and
|-------------------------------------------|-----------------------------------------------|---------------------------------------------------------|
| `cluster.enabled` | Enable or disable Milvus Cluster mode | `true` |
| `image.all.repository` | Image repository | `milvusdb/milvus` |
| `image.all.tag` | Image tag | `v2.3.12` |
| `image.all.tag` | Image tag | `v2.3.13` |
| `image.all.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.all.pullSecrets` | Image pull secrets | `{}` |
| `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` |
Expand Down
12 changes: 7 additions & 5 deletions charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cluster:
image:
all:
repository: milvusdb/milvus
tag: v2.3.12
tag: v2.3.13
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -183,8 +183,9 @@ standalone:
replicas: 1 # Run standalone mode with replication disabled
resources: {}
# Set local storage size in resources
# limits:
# ephemeral-storage: 100Gi
# resources:
# limits:
# ephemeral-storage: 100Gi
nodeSelector: {}
affinity: {}
tolerations: []
Expand Down Expand Up @@ -315,8 +316,9 @@ queryNode:
replicas: 1
resources: {}
# Set local storage size in resources
# limits:
# ephemeral-storage: 100Gi
# resources:
# limits:
# ephemeral-storage: 100Gi
nodeSelector: {}
affinity: {}
tolerations: []
Expand Down

0 comments on commit bf772a6

Please sign in to comment.