diff --git a/helm-releases/minio-1.0.2.tgz b/helm-releases/minio-1.0.2.tgz new file mode 100644 index 000000000..c629174d7 Binary files /dev/null and b/helm-releases/minio-1.0.2.tgz differ diff --git a/helm/minio/Chart.yaml b/helm/minio/Chart.yaml index 0c4e04f1a..b1157fdba 100644 --- a/helm/minio/Chart.yaml +++ b/helm/minio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: High Performance, Kubernetes Native Object Storage name: minio -version: 1.0.1 +version: 1.0.2 appVersion: RELEASE.2021-08-20T18-32-01Z keywords: - storage diff --git a/helm/minio/templates/_helpers.tpl b/helm/minio/templates/_helpers.tpl index dfe485f65..a88410ad5 100644 --- a/helm/minio/templates/_helpers.tpl +++ b/helm/minio/templates/_helpers.tpl @@ -75,6 +75,17 @@ Return the appropriate apiVersion for ingress. {{- 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. */}} diff --git a/index.yaml b/index.yaml index cfb3553ac..00463e082 100644 --- a/index.yaml +++ b/index.yaml @@ -3,7 +3,27 @@ entries: minio: - apiVersion: v1 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 digest: ef86ab6df23d6942705da9ef70991b649638c51bc310587d37a425268ba4a06c home: https://min.io @@ -23,7 +43,7 @@ entries: version: 1.0.1 - apiVersion: v1 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 digest: 1add7608692cbf39aaf9b1252530e566f7b2f306a14e390b0f49b97a20f2b188 home: https://min.io @@ -41,4 +61,4 @@ entries: urls: - https://charts.min.io/helm-releases/minio-1.0.0.tgz version: 1.0.0 -generated: "2021-08-20T15:32:18.619604967-07:00" +generated: "2021-08-24T11:57:56.792706228-07:00"