Skip to content

Commit 8922de5

Browse files
committed
chore(operator): milvus 2.5.2
upgraded milvus to v2.5.2. Upgraded pymilvus too
1 parent a6b4643 commit 8922de5

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

deploy/milvus/milvus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
initContainers:
5151
containers:
5252
- name: standalone
53-
image: "milvusdb/milvus:v2.4.17"
53+
image: "milvusdb/milvus:v2.5.2"
5454
imagePullPolicy: IfNotPresent
5555
args: [ "milvus", "run", "standalone"]
5656
ports:

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ backoff = "^2.2.1"
3535
psycopg-binary = "^3.1.18"
3636
psycopg = "^3.1.18"
3737
redis = "^5.0.4"
38-
pymilvus = "2.4.10"
38+
pymilvus = "2.5.2"
3939

4040
[tool.poetry.dev-dependencies]
4141
ipython = "^7.31.0"

0 commit comments

Comments
 (0)