mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
fix: helm service release and update to v1.0.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Multi-Cloud Object Storage
|
||||
name: minio
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
appVersion: RELEASE.2021-08-25T00-41-18Z
|
||||
keywords:
|
||||
- storage
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.consoleIngress.enabled -}}
|
||||
{{- $fullName := include "minio.fullname" . -}}
|
||||
{{- $fullName := printf "%s-console" (include "minio.fullname" .) -}}
|
||||
{{- $servicePort := .Values.consoleService.port -}}
|
||||
{{- $ingressPath := .Values.consoleIngress.path -}}
|
||||
apiVersion: {{ template "minio.consoleIngress.apiVersion" . }}
|
||||
|
||||
Reference in New Issue
Block a user