Skip to content

Commit

Permalink
Bumped milvus verison to 2.0.0-rc.3 (#205)
Browse files Browse the repository at this point in the history
Signed-off-by: quicksilver <[email protected]>
  • Loading branch information
jeffoverflow authored Aug 11, 2021
1 parent d8a9914 commit 94c88f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.0.0-rc.2"
appVersion: "2.0.0-rc.3"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 2.1.2
version: 2.1.3
keywords:
- milvus
- elastic
Expand Down
10 changes: 5 additions & 5 deletions charts/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This chart bootstraps Milvus deployment on a Kubernetes cluster using the Helm p
## Prerequisites

- Kubernetes 1.14+
- Helm >= 3.0.0
- Helm >= 3.2.0

> **IMPORTANT** The master branch is for the development of Milvus v2.0. On March 9th, 2021, we released Milvus v1.0, the first stable version of Milvus with long-term support. To use Milvus v1.x, switch to [branch 1.1](https://github.com/milvus-io/milvus-helm/tree/1.1).
Expand Down Expand Up @@ -81,7 +81,7 @@ The following table lists the configurable parameters of the Milvus Service and
|-------------------------------------------|-----------------------------------------------|---------------------------------------------------------|
| `cluster.enabled` | Enable or disable Milvus Cluster mode | `false` |
| `image.all.repository` | Image repository | `milvusdb/milvus` |
| `image.all.tag` | Image tag | `v2.0.0-rc2-20210712-a8e5fd2` |
| `image.all.tag` | Image tag | `v2.0.0-rc3-20210810-bdb8396` |
| `image.all.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.all.pullSecrets` | Image pull secrets | `{}` |
| `service.type` | Service type | `ClusterIP` |
Expand All @@ -107,7 +107,7 @@ The following table lists the configurable parameters of the Milvus Service and
| `log.file.maxAge` | The maximum number of days that the log is retained. (day) | `10` |
| `log.file.maxBackups` | The maximum number of retained logs. | `20` |
| `log.format` | Format used for the logs. Valid formats are `text` and `json` | `text` |
| `log.persistence.enabled` | Use persistent volume to store Milvus logs data | `false` |
| `log.persistence.enabled` | Use persistent volume to store Milvus logs data | `false` |
| `log.persistence.mountPath` | Milvus logs data persistence volume mount path | `/milvus/logs` |
| `log.persistence.annotations` | PersistentVolumeClaim annotations | `{}` |
| `log.persistence.persistentVolumeClaim.existingClaim` | Use your own data Persistent Volume existing claim name | `unset` |
Expand Down Expand Up @@ -311,7 +311,7 @@ The following table lists the configurable parameters of the Pulsar Standalone c
| `pulsarStandalone.tolerations` | Toleration labels for Pulsar Standalone pods assignment | `[]` |
| `pulsarStandalone.extraEnv` | Additional Pulsar Standalone container environment variables | `[]` |
| `pulsarStandalone.service.type` | Service type | `ClusterIP` |
| `pulsarStandalone.service.port` | Port where service is exposed | `6650` |
| `pulsarStandalone.service.port` | Port where service is exposed | `6650` |
| `pulsarStandalone.service.nodePort` | Service nodePort | `unset` |
| `pulsarStandalone.service.annotations` | Service annotations | `{}` |
| `pulsarStandalone.service.labels` | Service custom labels | `{}` |
Expand All @@ -320,7 +320,7 @@ The following table lists the configurable parameters of the Pulsar Standalone c
| `pulsarStandalone.service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to lb (if supported) | `[]` |
| `pulsarStandalone.service.externalIPs` | Service external IP addresses | `[]` |
| `pulsarStandalone.persistence.enabled` | Use persistent volume to store Pulsar standalone data | `true` |
| `pulsarStandalone.persistence.mountPath` | Pulsar standalone data persistence volume mount path | `/pulsar/data` |
| `pulsarStandalone.persistence.mountPath` | Pulsar standalone data persistence volume mount path | `/pulsar/data` |
| `pulsarStandalone.persistence.annotations` | PersistentVolumeClaim annotations | `{}` |
| `pulsarStandalone.persistence.persistentVolumeClaim.existingClaim` | Use your own data Persistent Volume existing claim name | `unset` |
| `pulsarStandalone.persistence.persistentVolumeClaim.storageClass` | The Pulsar standalone data Persistent Volume Storage Class | `unset` |
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.0.0-rc2-20210712-a8e5fd2
tag: v2.0.0-rc3-20210810-bdb8396
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 94c88f9

Please sign in to comment.