Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Bump Milvus version to 2.2.12 (#470)
Browse files Browse the repository at this point in the history
Signed-off-by: Bennu-Li <[email protected]>
  • Loading branch information
Bennu-Li authored Jul 25, 2023
1 parent 8db40ba commit a9de98c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.2.11"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.0.27
version: 4.0.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 @@ -152,7 +152,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.2.11` |
| `image.all.tag` | Image tag | `v2.2.12` |
| `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
Binary file removed charts/milvus/charts/minio-8.0.16.tgz
Binary file not shown.
Binary file added charts/milvus/charts/minio-8.0.17.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/milvus/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 6.3.3
- name: minio
repository: https://milvus-io.github.io/milvus-helm
version: 8.0.16
version: 8.0.17
- name: pulsar
repository: https://pulsar.apache.org/charts
version: 2.7.8
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: mysql
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
version: 8.5.3
digest: sha256:bdc216b6cb2ed44622299240f05b21ccdac28146b90dca78ceaf69c8bfe2dad0
generated: "2023-04-28T23:32:14.013332+08:00"
digest: sha256:e4fb9c460cd897d99811fecccde7af2c84fb37cb209f40e05ca816b924ed32be
generated: "2023-07-25T10:51:48.487135+08:00"
2 changes: 1 addition & 1 deletion charts/milvus/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
tags:
- etcd
- name: minio
version: 8.0.16
version: 8.0.17
repository: https://milvus-io.github.io/milvus-helm
condition: minio.enabled
tags:
Expand Down
2 changes: 1 addition & 1 deletion 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.2.11
tag: v2.2.12
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit a9de98c

Please sign in to comment.