mirror of
https://github.com/minio/minio.git
synced 2025-11-24 19:46:16 -05:00
@@ -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
|
||||
|
||||
@@ -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.
|
||||
*/}}
|
||||
|
||||
Reference in New Issue
Block a user