Skip to content
Open
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
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.5.13"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.2.53
version: 4.2.52
keywords:
- milvus
- elastic
Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ kafka:
kafka:
enabled: false
image:
repository: bitnami/kafka-exporter-archived
repository: bitnami/kafka-exporter
tag: 1.4.2-debian-10-r182

## Prometheus JMX exporter: exposes the majority of Kafkas metrics
Expand Down
4 changes: 2 additions & 2 deletions charts/minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kubectl apply -f https://github.com/minio/operator/blob/master/examples/tenant.y

[MinIO](https://min.io) is a High Performance Object Storage released under Apache License v2.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.

MinIO supports distributed mode. In distributed mode, you can pool multiple drives (even on different machines) into a single object storage server.
MinIO supports [distributed mode](https://docs.minio.io/docs/distributed-minio-quickstart-guide). In distributed mode, you can pool multiple drives (even on different machines) into a single object storage server.

For more detailed documentation please visit [here](https://docs.minio.io/)

Expand Down Expand Up @@ -260,7 +260,7 @@ $ helm install --name my-release -f values.yaml minio/minio
Distributed MinIO
-----------

This chart provisions a MinIO server in standalone mode, by default. To provision MinIO server in distributed mode, set the `mode` field to `distributed`,
This chart provisions a MinIO server in standalone mode, by default. To provision MinIO server in [distributed mode](https://docs.minio.io/docs/distributed-minio-quickstart-guide), set the `mode` field to `distributed`,

```bash
$ helm install --set mode=distributed minio/minio
Expand Down
Loading