Skip to content

Commit

Permalink
Bump to 2.2.6 (#435)
Browse files Browse the repository at this point in the history
Signed-off-by: Bennu-Li <[email protected]>
  • Loading branch information
Bennu-Li authored Apr 14, 2023
1 parent 83f29b3 commit c20713f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5"
appVersion: "2.2.6"
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.14
version: 4.0.15
keywords:
- milvus
- elastic
Expand Down
4 changes: 2 additions & 2 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.2.5
tag: v2.2.6
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -398,7 +398,7 @@ attu:
name: attu
image:
repository: zilliz/attu
tag: v2.2.3
tag: v2.2.4
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit c20713f

Please sign in to comment.