mirror of
https://github.com/minio/minio.git
synced 2025-04-23 20:05:55 -04:00
parent
60394ddf83
commit
5eb6f903f2
BIN
helm-releases/minio-1.0.2.tgz
Normal file
BIN
helm-releases/minio-1.0.2.tgz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: High Performance, Kubernetes Native Object Storage
|
description: High Performance, Kubernetes Native Object Storage
|
||||||
name: minio
|
name: minio
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
appVersion: RELEASE.2021-08-20T18-32-01Z
|
appVersion: RELEASE.2021-08-20T18-32-01Z
|
||||||
keywords:
|
keywords:
|
||||||
- storage
|
- storage
|
||||||
|
@ -75,6 +75,17 @@ Return the appropriate apiVersion for ingress.
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{/*
|
||||||
|
Return the appropriate apiVersion for console ingress.
|
||||||
|
*/}}
|
||||||
|
{{- define "minio.consoleIngress.apiVersion" -}}
|
||||||
|
{{- if semverCompare "<1.14-0" .Capabilities.KubeVersion.GitVersion -}}
|
||||||
|
{{- print "extensions/v1beta1" -}}
|
||||||
|
{{- else -}}
|
||||||
|
{{- print "networking.k8s.io/v1beta1" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Determine secret name.
|
Determine secret name.
|
||||||
*/}}
|
*/}}
|
||||||
|
26
index.yaml
26
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-20T15:32:19.484344279-07:00"
|
created: "2021-08-24T11:57:57.384446534-07:00"
|
||||||
|
description: High Performance, Kubernetes Native Object Storage
|
||||||
|
digest: 10e22773506bbfb1c66442937956534cf4057b94f06a977db78b8cd223588388
|
||||||
|
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.2.tgz
|
||||||
|
version: 1.0.2
|
||||||
|
- apiVersion: v1
|
||||||
|
appVersion: RELEASE.2021-08-20T18-32-01Z
|
||||||
|
created: "2021-08-24T11:57:57.383180378-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
|
||||||
@ -23,7 +43,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-20T15:32:19.483059794-07:00"
|
created: "2021-08-24T11:57:57.381739648-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
|
||||||
@ -41,4 +61,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-20T15:32:18.619604967-07:00"
|
generated: "2021-08-24T11:57:56.792706228-07:00"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user