Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump milvus version to v2.4.1 #87

Merged
merged 2 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add milvus https://zilliztech.github.io/milvus-helm
helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami

helm repo add bitnami-full-index https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- uses: actions/setup-python@v2
with:
python-version: 3.7
Expand Down
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.4.0"
appVersion: "2.4.1"
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.29
version: 4.1.30
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.4.0` |
| `image.all.tag` | Image tag | `v2.4.1` |
| `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
8 changes: 4 additions & 4 deletions charts/milvus/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: etcd
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 6.3.3
- name: minio
repository: https://zilliztech.github.io/milvus-helm
Expand All @@ -9,7 +9,7 @@ dependencies:
repository: https://pulsar.apache.org/charts
version: 2.7.8
- name: kafka
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 15.5.1
digest: sha256:22f3e5901ec8363dcc764d95376a6190e96ae40bb5dbe2bfb7c93a113c1e294f
generated: "2023-10-30T14:45:53.542457+08:00"
digest: sha256:74a42f201ec912067249ae71c08e1ed6cf14f5ec21b350801340b1286816f9a8
generated: "2024-05-06T15:58:35.219386+08:00"
4 changes: 2 additions & 2 deletions charts/milvus/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: etcd
version: 6.3.3
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: etcd.enabled
tags:
- etcd
Expand All @@ -19,7 +19,7 @@ dependencies:
- pulsar
- name: kafka
version: 15.5.1
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: kafka.enabled
tags:
- kafka
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.4.0
tag: v2.4.1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ chart-repos:
- apache=https://pulsar.apache.org/charts
- bitnami=https://charts.bitnami.com/bitnami
- incubator=https://charts.helm.sh/incubator
- bitnami-pre-2022=https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
- bitnami-full-index=https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm-extra-args: --timeout 900s
Loading