From 2d2bbeac4a93ce054cc9df539e9be075c4aeafac Mon Sep 17 00:00:00 2001 From: "sammy.huang" Date: Sat, 30 Dec 2023 21:24:38 +0800 Subject: [PATCH] Bump milvus version to v2.3.4 (#45) Signed-off-by: Sammy Huang --- charts/milvus/Chart.yaml | 4 ++-- charts/milvus/README.md | 2 +- charts/milvus/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index 2604be1..2786833 100644 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 name: milvus -appVersion: "2.3.3" +appVersion: "2.3.4" 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.10 +version: 4.1.11 keywords: - milvus - elastic diff --git a/charts/milvus/README.md b/charts/milvus/README.md index 0506342..eeb7815 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -200,7 +200,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.3.3` | +| `image.all.tag` | Image tag | `v2.3.4` | | `image.all.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.all.pullSecrets` | Image pull secrets | `{}` | | `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` | diff --git a/charts/milvus/values.yaml b/charts/milvus/values.yaml index f665437..ddfa706 100644 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -5,7 +5,7 @@ cluster: image: all: repository: milvusdb/milvus - tag: v2.3.3 + tag: v2.3.4 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.