fix: helm service release and update to v1.0.5

This commit is contained in:
Harshavardhana
2021-08-25 12:48:45 -07:00
parent e1b0582859
commit 6e5f83c45b
4 changed files with 28 additions and 8 deletions

View File

@@ -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

View File

@@ -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" . }}