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 v2.2.2 (#407)
Browse files Browse the repository at this point in the history
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
  • Loading branch information
Bennu-Li committed Dec 22, 2022
1 parent f3a67ba commit 43e3f9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2.1"
appVersion: "2.2.2"
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.1
version: 4.0.2
keywords:
- milvus
- elastic
Expand Down
6 changes: 3 additions & 3 deletions charts/milvus/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies:
repository: https://pulsar.apache.org/charts
version: 2.7.8
- name: kafka
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
version: 15.5.1
- name: mysql
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
version: 8.5.3
digest: sha256:eafbb9ed1cb291e628853816bc1293638e6568c53f4f4ff362c4d73522cbab72
generated: "2022-08-26T18:24:42.661343+08:00"
digest: sha256:9c123c30cb66b994fec4bd646780a3ae665ec7f53920b245ed42ebc1390ce1e9
generated: "2022-12-22T18:04:42.663581+08:00"
2 changes: 1 addition & 1 deletion charts/milvus/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pulsar
- name: kafka
version: 15.5.1
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: kafka.enabled
tags:
- kafka
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.1
tag: v2.2.2
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 43e3f9a

Please sign in to comment.