mirror of https://github.com/minio/minio.git
update helm release to v1.0.3
This commit is contained in:
parent
5eb6f903f2
commit
da3f4bd452
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: High Performance, Kubernetes Native Object Storage
|
description: Multi-Cloud Object Storage
|
||||||
name: minio
|
name: minio
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
appVersion: RELEASE.2021-08-20T18-32-01Z
|
appVersion: RELEASE.2021-08-20T18-32-01Z
|
||||||
keywords:
|
keywords:
|
||||||
- storage
|
- storage
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# MinIO Helm Chart
|
# MinIO Helm Chart
|
||||||
=====
|
|
||||||
[![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![license](https://img.shields.io/badge/license-AGPL%20V3-blue)](https://github.com/minio/minio/blob/master/LICENSE)
|
[![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![license](https://img.shields.io/badge/license-AGPL%20V3-blue)](https://github.com/minio/minio/blob/master/LICENSE)
|
||||||
|
|
||||||
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.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 is a High Performance Object Storage released under GNU Affero General Public License v3.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.
|
||||||
|
@ -15,7 +14,8 @@ Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
- Helm cli with Kubernetes cluster configured.
|
- Helm cli with Kubernetes cluster configured.
|
||||||
- PV provisioner support in the underlying infrastructure.
|
- PV provisioner support in the underlying infrastructure. (We recommend using https://github.com/minio/direct-csi)
|
||||||
|
- Use Kubernetes version v1.19 and later for best experience.
|
||||||
|
|
||||||
Configure MinIO Helm repo
|
Configure MinIO Helm repo
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -105,7 +105,9 @@ and set `networkPolicy.enabled` to `true`.
|
||||||
For Kubernetes v1.5 & v1.6, you must also turn on NetworkPolicy by setting
|
For Kubernetes v1.5 & v1.6, you must also turn on NetworkPolicy by setting
|
||||||
the DefaultDeny namespace annotation. Note: this will enforce policy for _all_ pods in the namespace:
|
the DefaultDeny namespace annotation. Note: this will enforce policy for _all_ pods in the namespace:
|
||||||
|
|
||||||
kubectl annotate namespace default "net.beta.kubernetes.io/network-policy={\"ingress\":{\"isolation\":\"DefaultDeny\"}}"
|
```
|
||||||
|
kubectl annotate namespace default "net.beta.kubernetes.io/network-policy={\"ingress\":{\"isolation\":\"DefaultDeny\"}}"
|
||||||
|
```
|
||||||
|
|
||||||
With NetworkPolicy enabled, traffic will be limited to just port 9000.
|
With NetworkPolicy enabled, traffic will be limited to just port 9000.
|
||||||
|
|
||||||
|
|
28
index.yaml
28
index.yaml
|
@ -3,7 +3,27 @@ entries:
|
||||||
minio:
|
minio:
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
appVersion: RELEASE.2021-08-20T18-32-01Z
|
appVersion: RELEASE.2021-08-20T18-32-01Z
|
||||||
created: "2021-08-24T11:57:57.384446534-07:00"
|
created: "2021-08-24T12:03:47.71751605-07:00"
|
||||||
|
description: Multi-Cloud Object Storage
|
||||||
|
digest: 922a333f5413d1042f7aa81929f43767f6ffca9b260c46713f04ce1dda86d57d
|
||||||
|
home: https://min.io
|
||||||
|
icon: https://min.io/resources/img/logo/MINIO_wordmark.png
|
||||||
|
keywords:
|
||||||
|
- storage
|
||||||
|
- object-storage
|
||||||
|
- S3
|
||||||
|
maintainers:
|
||||||
|
- email: dev@minio.io
|
||||||
|
name: MinIO, Inc
|
||||||
|
name: minio
|
||||||
|
sources:
|
||||||
|
- https://github.com/minio/minio
|
||||||
|
urls:
|
||||||
|
- https://charts.min.io/helm-releases/minio-1.0.3.tgz
|
||||||
|
version: 1.0.3
|
||||||
|
- apiVersion: v1
|
||||||
|
appVersion: RELEASE.2021-08-20T18-32-01Z
|
||||||
|
created: "2021-08-24T12:03:47.716240662-07:00"
|
||||||
description: High Performance, Kubernetes Native Object Storage
|
description: High Performance, Kubernetes Native Object Storage
|
||||||
digest: 10e22773506bbfb1c66442937956534cf4057b94f06a977db78b8cd223588388
|
digest: 10e22773506bbfb1c66442937956534cf4057b94f06a977db78b8cd223588388
|
||||||
home: https://min.io
|
home: https://min.io
|
||||||
|
@ -23,7 +43,7 @@ entries:
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
appVersion: RELEASE.2021-08-20T18-32-01Z
|
appVersion: RELEASE.2021-08-20T18-32-01Z
|
||||||
created: "2021-08-24T11:57:57.383180378-07:00"
|
created: "2021-08-24T12:03:47.714923977-07:00"
|
||||||
description: High Performance, Kubernetes Native Object Storage
|
description: High Performance, Kubernetes Native Object Storage
|
||||||
digest: ef86ab6df23d6942705da9ef70991b649638c51bc310587d37a425268ba4a06c
|
digest: ef86ab6df23d6942705da9ef70991b649638c51bc310587d37a425268ba4a06c
|
||||||
home: https://min.io
|
home: https://min.io
|
||||||
|
@ -43,7 +63,7 @@ entries:
|
||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
appVersion: RELEASE.2021-08-17T20-53-08Z
|
appVersion: RELEASE.2021-08-17T20-53-08Z
|
||||||
created: "2021-08-24T11:57:57.381739648-07:00"
|
created: "2021-08-24T12:03:47.713631503-07:00"
|
||||||
description: High Performance, Kubernetes Native Object Storage
|
description: High Performance, Kubernetes Native Object Storage
|
||||||
digest: 1add7608692cbf39aaf9b1252530e566f7b2f306a14e390b0f49b97a20f2b188
|
digest: 1add7608692cbf39aaf9b1252530e566f7b2f306a14e390b0f49b97a20f2b188
|
||||||
home: https://min.io
|
home: https://min.io
|
||||||
|
@ -61,4 +81,4 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- https://charts.min.io/helm-releases/minio-1.0.0.tgz
|
- https://charts.min.io/helm-releases/minio-1.0.0.tgz
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
generated: "2021-08-24T11:57:56.792706228-07:00"
|
generated: "2021-08-24T12:03:47.264628713-07:00"
|
||||||
|
|
Loading…
Reference in New Issue