Skip to content

Commit

Permalink
Update README.md (#136)
Browse files Browse the repository at this point in the history
* Upgrade to v0.10.2

Signed-off-by: quicksilver <[email protected]>

* Add shards feature

Signed-off-by: quicksilver <[email protected]>

* Update README

Signed-off-by: quicksilver <[email protected]>

* Update values.yaml

Signed-off-by: quicksilver <[email protected]>

* Add mishards-rbac.yaml

Signed-off-by: quicksilver <[email protected]>

* Add mishards-rbac.yaml (#114)

Signed-off-by: quicksilver <[email protected]>

* Upgrade to v0.10.3

Signed-off-by: quicksilver <[email protected]>

* Update docker images version to v0.10.3 (#115)

* Add mishards-rbac.yaml

Signed-off-by: quicksilver <[email protected]>

* Upgrade to v0.10.3

Signed-off-by: quicksilver <[email protected]>

* Update mishards-rbac.yaml

Signed-off-by: quicksilver <[email protected]>

* Update _mishards_config.tpl

Signed-off-by: quicksilver <[email protected]>

* Fixed syntax error when neither mysql nor externalMysql is enabled (#121)

* When deploying Milvus Cluster, check the mysql startup status (#122)

* Fixed syntax error when neither mysql nor externalMysql is enabled

* Upgrade Milvus Helm Chart version to v0.10.4

Signed-off-by: quicksilver <[email protected]>

* Fixed syntax error when neither mysql nor externalMysql is enabled

Signed-off-by: quicksilver <[email protected]>

Co-authored-by: Jeroen van Oort <[email protected]>

* Fixed specify readonly resources doesn't take effect bug (#124)

Signed-off-by: quicksilver <[email protected]>

* Fix ClusterRole resource conflict bug (#127)

Signed-off-by: quicksilver <[email protected]>

* Fix ClusterRole resource conflict bug (#128)

* Fix ClusterRole resource conflict bug

Signed-off-by: quicksilver <[email protected]>

* Fix ClusterRole resource conflict bug

Signed-off-by: quicksilver <[email protected]>

* Configure role-based access control (#131)

Signed-off-by: quicksilver <[email protected]>

* Upgrade to v0.10.4 (#132)

* Configure role-based access control

Signed-off-by: quicksilver <[email protected]>

* Upgrade to v0.10.4

Signed-off-by: quicksilver <[email protected]>

* Upgrade to v0.10.4  (#133)

* Upgrade to v0.10.3 (#117)

* Upgrade to v0.10.2

Signed-off-by: quicksilver <[email protected]>

* Add shards feature

Signed-off-by: quicksilver <[email protected]>

* Update README

Signed-off-by: quicksilver <[email protected]>

* Update values.yaml

Signed-off-by: quicksilver <[email protected]>

* Add mishards-rbac.yaml

Signed-off-by: quicksilver <[email protected]>

* Add mishards-rbac.yaml (#114)

Signed-off-by: quicksilver <[email protected]>

* Upgrade to v0.10.3

Signed-off-by: quicksilver <[email protected]>

* Update docker images version to v0.10.3 (#115)

* Add mishards-rbac.yaml

Signed-off-by: quicksilver <[email protected]>

* Upgrade to v0.10.3

Signed-off-by: quicksilver <[email protected]>

* Update mishards-rbac.yaml

Signed-off-by: quicksilver <[email protected]>

* Update _mishards_config.tpl

Signed-off-by: quicksilver <[email protected]>

* Update README.md

* Update README.md

* Configure role-based access control

Signed-off-by: quicksilver <[email protected]>

* Upgrade to v0.10.4

Signed-off-by: quicksilver <[email protected]>

* Update README.txt

Signed-off-by: quicksilver <[email protected]>

Co-authored-by: Jeroen van Oort <[email protected]>
  • Loading branch information
jeffoverflow and JeroenVanOort authored Dec 3, 2020
1 parent 322b8f6 commit 69c5e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The following table lists the configurable parameters of the Milvus chart and th
| `restartPolicy` | Restart policy for all containers | `Always` |
| `initContainerImage` | Init container image | `alpine:3.8` |
| `image.repository` | Image repository | `milvusdb/milvus` |
| `image.tag` | Image tag | `0.10.3-cpu-d091720-f962e8` |
| `image.tag` | Image tag | `0.10.4-cpu-d120220-e72454` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `{}` |
| `image.resources` | CPU/GPU/Memory resource requests/limits | `{}` |
Expand Down Expand Up @@ -181,7 +181,7 @@ The following table lists the configurable parameters of the Milvus chart and th
| `podDisruptionBudget.minAvailable` | Pod disruption minimum available | `unset` |
| `podDisruptionBudget.maxUnavailable` | Pod disruption maximum unavailable | `unset` |
| `mishards.image.repository` | Mishards image repository | `milvusdb/mishards` |
| `mishards.image.tag` | Mishards image tag | `0.10.3` |
| `mishards.image.tag` | Mishards image tag | `0.10.4` |
| `mishards.image.pullPolicy` | Mishards image pull policy | `IfNotPresent` |
| `mishards.replicas` | Number of mishards nodes | `1` |
| `mishards.resources` | Mishards CPU/GPU/Memory resource requests/limits | `{}` |
Expand Down

0 comments on commit 69c5e99

Please sign in to comment.